Footprints Data Model |
Table |
Name | logical_data_type |
Comment |
A reference table for logical data type. The logical type maps to the database type in DDL generation. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
logical_data_type_id | int | The automatically generated primary key of the logical_data_type table. | Yes | No |
logical_data_type_name | varchar(255) | The name of the Logical Data Type. | No | No |