Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"UserProgram_id_seq"'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| programId | int4 | 10 | √ | null |
|
|
|||||
| programMasterId | int4 | 10 | √ | null |
|
|
|||||
| userId | int4 | 10 | null |
|
|
||||||
| isDeleted | bool | 1 | √ | false |
|
|
|||||
| createdBy | int4 | 10 | null |
|
|
||||||
| updatedBy | int4 | 10 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| cgpa | int4 | 10 | √ | null |
|
|
|||||
| overAllAttendance | float8 | 17,17 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| UserProgram_pkey | Primary key | Asc | id |


