Footprints Data Model |
Table |
Name | target_dbms |
Comment | A lookup table for the Target Database Management System types. Values include: SQLServer, PostgreSQL, MySQL, Oracle. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
target_dbms_id | bigint | The unique identifier for an instance of Target DBMS. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. | Yes | No |
target_dbms_name | varchar(255) | The name of the Target DBMS. | No | No |