query.record_column
|
Cascading Deletes: Deleting rows from this table will cascade to: query.datatype, query.from_relation. |
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('query.record_column_id_seq'::regclass) |
|
from_relation FK |
|
No |
||
seq_no |
|
No |
||
column_name |
|
No |
||
column_type FK |
|
No |