Table: dbo.Default_Date_Option | |||
Options for default date settings. | |||
Columns | |||
Name | Type | Constraints | Description |
default_date_option_KEY | int (4) | NOT NULL | Primary key for this table |
description | nvarchar (100) | NOT NULL | Description of the setting option |
Primary key | |||
Name | Columns | Description | |
PK_Default_Date_Option | default_date_option_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Default_Date_Option$description | description |