Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
ItemStockPricesSeq | int identity | 4 | √ | null |
|
|
||||
ItemPriceGroupsSeq | int | 4 | √ | null |
|
|
||||
ItemStockSeq | int | 4 | √ | null |
|
|
||||
UnitPrice | money | 21,4 | √ | null |
|
|
||||
UsePolicyFlag | bit | 1 | ((1)) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_ItemStockPrices | Primary key | Asc | ItemStockPricesSeq |
AK_ItemStockPrices_ItemPriceGroupsSeq | Performance | Asc | ItemPriceGroupsSeq |
AK_ItemStockPrices_ItemStockSeq | Performance | Asc | ItemStockSeq |