TDD_COLUMN

Column definitions.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 TDD_VERSION TDD_VERSION I 4   N   Version stamp. The last version is always the number one (1). All old versions will have a negative version number. TDD_VERSION will have the corresponding date when the version was updated/deleted.
2 COL_NAME DV_SQLID C 30   N   Column name.
3 COL_TAB_NAME DV_SQLID C 30   N TDD_TABLE.TAB_NAME Table name.
4 COL_SEQ DV_SEQ I 2   N   Orders (sequences) the data correctly.
5 COL_NULLS DV_BOOLEAN I 2   N  

Values:
1

6 COL_DOM_NAME TDD_IDENT C 30   N TDD_DOMAIN.DOM_NAME
7 COL_FLD_NAME TDD_IDENT C 30   Y TDD_FIELD.FLD_NAME
8 COL_HLP_NAME TDD_IDENT C 30   Y TDD_HELP.HLP_NAME

Dependents


Updated 31 Oct 2002.