Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('consent_details_id_seq'::regclass) |
|
|
|||||
| consent_master_id | int4 | 10 | null |
|
|
||||||
| lang_code | varchar | 10 | null |
|
|
||||||
| title | text | 2147483647 | null |
|
|
||||||
| content_body | text | 2147483647 | √ | null |
|
|
|||||
| create_at | timestamp | 29,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| update_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| consent_details_pkey | Primary key | Asc | id |
| idx_consent_details_lang | Performance | Asc/Asc | lang_code + consent_master_id |
| uq_consent_master_lang | Must be unique | Asc/Asc | consent_master_id + lang_code |

