Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"StudentSidemenuApprovel_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
programId | int4 | 10 | √ | null |
|
|
|||||
cohortId | int4 | 10 | √ | null |
|
|
|||||
type | varchar | 255 | √ | NULL::character varying |
|
|
|||||
dashboard | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
academics | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
placement | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
mentorship | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
lifeAt | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
reachOut | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
showAi | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
repository | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
feeManagement | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
createdBy | int4 | 10 | null |
|
|
||||||
updatedBy | int4 | 10 | √ | null |
|
|
|||||
createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
profile | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
showProfile | bool | 1 | √ | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
StudentSidemenuApprovel_pkey | Primary key | Asc | id |