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