Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
DebtorTransactionsXRefHistorySeq | int identity | 4 | √ | null |
|
|
||
TransactionMode | char | 1 | √ | null |
|
|
||
HistoryDate | datetime | 16,3 | √ | null |
|
|
||
HistoryID | int | 4 | √ | null |
|
|
||
TransactionXrefSeq | int | 4 | null |
|
|
|||
TransactionSeqCharge | int | 4 | √ | null |
|
|
||
TransactionSeqReceipt | int | 4 | √ | null |
|
|
||
TransactionXrefAmount | money | 21,4 | √ | null |
|
|
||
PostingNumber | int | 4 | √ | null |
|
|
||
DebtorCashPrepaidCode | varchar | 15 | √ | null |
|
|
||
DebtorCashReallocateFlag | bit | 1 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_DebtorTransactionsXRefHistory | Primary key | Asc | DebtorTransactionsXRefHistorySeq |
AK_DebtorTransactionsXRefHistory_TransactionSeqCharge | Performance | Asc | TransactionSeqCharge |
AK_DebtorTransactionsXRefHistory_TransactionSeqReceipt | Performance | Asc | TransactionSeqReceipt |
AK_DebtorTransactionsXRefHistory_TransactionXrefSeq | Performance | Asc | TransactionXrefSeq |