Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"TempRecord_id_seq"'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| moduleName | varchar | 255 | √ | null |
|
|
|||||
| organizationId | int4 | 10 | null |
|
|
||||||
| allData | jsonb | 2147483647 | √ | null |
|
|
|||||
| termCourseId | int4 | 10 | √ | null |
|
|
|||||
| sessionId | int4 | 10 | √ | null |
|
|
|||||
| isProcessed | bool | 1 | √ | false |
|
|
|||||
| createdBy | int4 | 10 | null |
|
|
||||||
| updatedBy | int4 | 10 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| isGradeProcessed | bool | 1 | √ | false |
|
|
|||||
| attendanceSynced | bool | 1 | √ | false |
|
|
|||||
| isSaveClose | bool | 1 | √ | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| TempRecord_pkey | Primary key | Asc | id |
| TempRecord_id_idx | Performance | Asc | id |
| TempRecord_id_uuid_isProcess | Performance | Asc/Asc/Asc | id + uuid + isProcessed |
| TempRecord_uuid_idx | Performance | Asc | uuid |


