Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"Section_id_seq"'::regclass) |
|
|
||||||||||||||||||||
| uuid | uuid | 2147483647 | null |
|
|
|||||||||||||||||||||
| name | varchar | 255 | √ | null |
|
|
||||||||||||||||||||
| programTermId | int4 | 10 | √ | null |
|
|
||||||||||||||||||||
| programId | int4 | 10 | √ | null |
|
|
||||||||||||||||||||
| isDraft | bool | 1 | √ | false |
|
|
||||||||||||||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| isDeleted | bool | 1 | √ | false |
|
|
||||||||||||||||||||
| isHomeSection | bool | 1 | √ | false |
|
|
||||||||||||||||||||
| sectionCode | varchar | 255 | √ | null |
|
|
||||||||||||||||||||
| customName | varchar | 255 | √ | null |
|
|
||||||||||||||||||||
| isElective | bool | 1 | √ | false |
|
|
||||||||||||||||||||
| createdBy | int4 | 10 | null |
|
|
|||||||||||||||||||||
| updatedBy | int4 | 10 | √ | null |
|
|
||||||||||||||||||||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| Section_pkey | Primary key | Asc | id |


