Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"TeacherSection_id_seq"'::regclass) |
|
|
|||||
| sectionId | int4 | 10 | null |
|
|
||||||
| subject | TeacherSection_subject_enum | 2147483647 | null |
|
|
||||||
| isDirector | bool | 1 | false |
|
|
||||||
| access | timestamp | 29,6 | √ | null |
|
|
|||||
| userId | int4 | 10 | √ | null |
|
|
|||||
| teacherId | int4 | 10 | null |
|
|
||||||
| eventId | varchar | 2147483647 | √ | null |
|
|
|||||
| comingLXP | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_f6370d9165c1ec849cc98c631e3 | Primary key | Asc | id |
| UQ_ddd6dc8be7ca81ab4ef204ca959 | Must be unique | Asc/Asc/Asc | teacherId + sectionId + subject |
| UQ_f1a12ee29a6913654469d254d71 | Must be unique | Asc | eventId |