Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
PaymentSeq | int identity | 4 | √ | null |
|
|
||||
ItemCode | varchar | 15 | null |
|
|
|||||
ID | int | 4 | ((0)) |
|
|
|||||
PaymentDate | datetime | 16,3 | √ | null |
|
|
||||
PaymentAmount | money | 21,4 | ((0.00)) |
|
|
|||||
CommissionAmount | money | 21,4 | ((0.00)) |
|
|
|||||
PostingSource | varchar | 10 | ('') |
|
|
|||||
PostingNumber | int | 4 | ((0)) |
|
|
|||||
DebtorTransactionSeq | int | 4 | ((0)) |
|
|
|||||
CreditorTransactionSeq | int | 4 | ((0)) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_ItemConsignmentPayments | Primary key | Asc | PaymentSeq |
AK_ItemConsignmentPayments_CreditorTransactionSeq | Performance | Asc | CreditorTransactionSeq |
AK_ItemConsignmentPayments_DebtorTransactionSeq | Performance | Asc | DebtorTransactionSeq |
AK_ItemConsignmentPayments_ItemCode | Performance | Asc | ItemCode |
AK_ItemConsignmentPayments_PostingNumber | Performance | Asc | PostingNumber |