SiteCodeTables
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
Name | nvarchar(256) | yes | ||
GUID | uniqueidentifier | Default = (newid()) |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
CategoryID | uniqueidentifier | yes | SiteCodeTableCategories.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
PK_SiteCodeTables | ID | yes | yes | yes |
Referenced by
Referenced by | Field |
---|---|
SiteCodeTableEntries | CodeTablesID |