Footprints Data Model |
Table |
Name | dyn_col_cstr_spec |
Comment | A database constraint associated with a column. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
dyn_col_cstr_spec_id | bigint | The automatically generated primary key of the dyn_col_cstr_spec table. | Yes | No |
dyn_col_spec_id | bigint | A Foreign Key to the Dynamic Column Specification table. | No | Yes |
cstr_val | int | The value of a Dynamic Column Constraint Specification stored as boolean. | No | No |
field_cstr_type | int | A Foreign Key to the Dynamic Column Constraint Specification table. | No | No |