Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CurrencyTypeId | int identity | 4 | √ | null |
|
|
||||||||||||||||||||
| CurrencyTypeCode | nvarchar | 100 | null |
|
|
|||||||||||||||||||||
| CountryId | int | 4 | √ | null |
|
|
||||||||||||||||||||
| CurrencyTypeName | nvarchar | 510 | null |
|
|
|||||||||||||||||||||
| Description | nvarchar | 1000 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_CurrencyTypeId | Primary key | Asc | CurrencyTypeId |