| Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
|---|---|---|---|---|---|---|---|
| CultureID | nchar | 6 | Not null | Primary key for Culture records. | |||
| Name | Name | nvarchar(50) | Not null | Culture description. | |||
| ModifiedDate | datetime | getdate() | Not null | Date and time the record was last updated. |
The object has no extended properties.
| Primary Key Name | Field Name |
|---|---|
| PK_Culture_CultureID | CultureID |
| Index Name | Description | Clustered | Unique | Fields |
|---|---|---|---|---|
| PK_Culture_CultureID | Clustered index created by a primary key constraint. | Yes | Yes | CultureID |
| AK_Culture_Name | Unique nonclustered index. | No | Yes | Name |
| Name | Description | Type | Enabled |
|---|---|---|---|
| uCulture | AFTER UPDATE trigger setting the ModifiedDate column in the Culture table to the current date. | after Update | Yes |
| Object Name | Type | Field Name |
|---|---|---|
| Production.uCulture | trigger | N/A |