Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"TermStats_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
userId | int4 | 10 | √ | null |
|
|
|||||
programTermId | int4 | 10 | √ | null |
|
|
|||||
programId | int4 | 10 | √ | null |
|
|
|||||
attendanceData | json | 2147483647 | √ | null |
|
|
|||||
tgpa | int4 | 10 | √ | null |
|
|
|||||
cgpa | varchar | 255 | √ | null |
|
|
|||||
isDeleted | bool | 1 | √ | false |
|
|
|||||
createdBy | int4 | 10 | null |
|
|
||||||
updatedBy | int4 | 10 | √ | null |
|
|
|||||
createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
isProcessed | bool | 1 | √ | false |
|
|
|||||
isGradeProcessed | bool | 1 | √ | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
TermStats_pkey | Primary key | Asc | id |