Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"teacher-assignment_id_seq"'::regclass) |
|
|
|||||
| teacherSchoolId | int4 | 10 | √ | null |
|
|
|||||
| teacherAssignmentSectionsId | int4 | 10 | √ | null |
|
|
|||||
| isDeactivated | bool | 1 | √ | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ab506c344fa4b2e41a2d8447997 | Primary key | Asc | id |