| Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
|---|---|---|---|---|---|---|---|
| CurrencyCode | nchar | 3 | Not null | The ISO code for the Currency. | |||
| Name | Name | nvarchar(50) | Not null | Currency name. | |||
| 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_Currency_CurrencyCode | CurrencyCode |
| Index Name | Description | Clustered | Unique | Fields |
|---|---|---|---|---|
| PK_Currency_CurrencyCode | Clustered index created by a primary key constraint. | Yes | Yes | CurrencyCode |
| AK_Currency_Name | Unique nonclustered index. | No | Yes | Name |
| Name | Description | Type | Enabled |
|---|---|---|---|
| uCurrency | AFTER UPDATE trigger setting the ModifiedDate column in the Currency table to the current date. | after Update | Yes |
| Object Name | Type | Field Name |
|---|---|---|
| Sales.uCurrency | trigger | N/A |