| Table: Custom_Formula_Data_Type | |||||||||
| Tags: read-only Content:
| |||||||||
| Columns | |||||||||
| Name | Type | Constraints | Description | ||||||
| custom_formula_data_type_KEY | int | NOT NULL | Database assigned primary key for this table. | ||||||
| description | nvarchar (30) | NOT NULL | Description of the custom formula data type. | ||||||
| Primary key | |||
| Name | Columns | Description | |
| PK_Custom_Formula_Data_Type$custom_formula_data_type_KEY | custom_formula_data_type_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Custom_Formula_Data_Type__description | description | Each description must be unique. | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Custom_Formula__Custom_Formula_Data_Type__custom_formula_data_type_KEY | custom_formula_data_type_KEY | Custom_Formula | |