Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('feature_flag_id_seq'::regclass) |
|
|
||
name | varchar | 255 | null |
|
|
|||
created_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||
updated_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||
flag | text | 2147483647 | 'off'::text |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
feature_flag_pkey | Primary key | Asc | id |
feature_flag_name_unique | Must be unique | Asc | name |
Check Constraints
Constraint Name | Constraint |
---|---|
feature_flag_flag_check | ((flag = ANY (ARRAY['on'::text, 'off'::text, 'admin'::text]))) |
Diagram producer might be missing
No diagrams were produced please see application output for any errors