Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
DebtorTransactionGeneralLedgerArchiveSeq | int identity | 4 | √ | null |
|
|
||
TransactionSeq | int | 4 | √ | null |
|
|
||
GLCode | varchar | 15 | √ | null |
|
|
||
GLSubAllocationCode | varchar | 15 | √ | null |
|
|
||
GLAmount | money | 21,4 | √ | null |
|
|
||
TaxCode | varchar | 5 | √ | null |
|
|
||
TaxAmount | money | 21,4 | √ | null |
|
|
||
GLCodeBeforeEOY | varchar | 15 | √ | null |
|
|
||
PostingNumberEOY | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_DebtorTransactionGeneralLedgerArchive | Primary key | Asc | DebtorTransactionGeneralLedgerArchiveSeq |
AK_DebtorTransactionGeneralLedgerArchive_TransactionSeq | Performance | Asc | TransactionSeq |