Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"StudentProfileVisibility_id_seq"'::regclass) |
|
|
||
uuid | uuid | 2147483647 | null |
|
|
|||
aboutMe | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
||
parentsdetail | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
||
addressDetails | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
||
Education | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
||
Experience | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
||
Preference | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
||
Accomplishments | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
||
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) |
---|---|---|---|
StudentProfileVisibility_pkey | Primary key | Asc | id |