| Table: History_Of_Custom_Field | |||
| Columns | |||
| Name | Type | Constraints | Description |
| create__changeset_KEY | int | NOT NULL | |
| update__changeset_KEY | int | NOT NULL | |
| revise__changeset_KEY | int | NOT NULL | |
| history_action_KEY | tinyint (3) | NOT NULL | |
| custom_field_KEY | int | NOT NULL | |
| description | nvarchar (250) | NOT NULL | |
| custom_field_type_KEY | int | NOT NULL | |
| length | int | NOT NULL | |
| sort | int | NOT NULL | |
| category | nvarchar (30) | NOT NULL | |
| table_information_KEY | int | NOT NULL | |
| custom_field_slot | int | NOT NULL | |
| scale | int | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_History_Of_Custom_Field$custom_field_KEY$create__changeset_KEY$revise__changeset_KEY | custom_field_KEY, create__changeset_KEY, revise__changeset_KEY | CLUSTERED | |