Column | Data Type | Nullable | Default | Description / PK / Index |
CultureID | nchar(6) | not null | | Primary key for Culture records. PK_Culture_CultureID |
Name | dbo.Name | not null | | Culture description. AK_Culture_Name |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|