Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_stage_column_visibility_id_seq'::regclass) |
|
|
Primary key |
|
| stageid | int8 | 19 | √ | null |
|
|
FK: public.tbl_stage.id (Presumed Foreign Key) |
|
| columnid | int8 | 19 | √ | null |
|
|
FK: public.tbl_column_master.id or similar (Presumed Foreign Key) |
|
| visibilitytype | int4 | 10 | √ | null |
|
|
The visibility state of the column at this stage. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_stage_column_visibility_pk__tbl_stag_col_visibi__3213e83f0c | Primary key | Asc | id |
