Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TagId | int identity | 4 | √ | null |
|
|
|||||
| Value | nvarchar | 510 | √ | null |
|
|
|||||
| TagCategoryId | int | 4 | √ | null |
|
|
|||||
| ShowOnCard | bit | 1 | ((0)) |
|
|
||||||
| CreatedAt | datetime | 16,3 | √ | null |
|
|
|||||
| UpdatedAt | datetime | 16,3 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_TagId | Primary key | Asc | TagId |