Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('consent_master_id_seq'::regclass) |
|
|
|||||||||||
| consent_key | varchar | 50 | null |
|
|
คีย์อ้างอิงระบบ เช่น pdpa_privacy_policy, mkt_promo_email |
|||||||||||
| is_required | bool | 1 | √ | false |
|
|
|||||||||||
| is_active | bool | 1 | √ | true |
|
|
|||||||||||
| version | varchar | 10 | √ | '1.0'::character varying |
|
|
|||||||||||
| create_at | timestamp | 29,6 | √ | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| consent_master_pkey | Primary key | Asc | id |
| uq_consent_master_key | Must be unique | Asc | consent_key |



