Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
BankStatementTransactionsSeq | int identity | 4 | √ | null |
|
|
||||
BankStatementControlSeq | int | 4 | √ | null |
|
|
||||
TransactionDate | datetime | 16,3 | null |
|
|
|||||
Amount | money | 21,4 | null |
|
|
|||||
Reference | varchar | 200 | ('') |
|
|
|||||
BSB | varchar | 10 | ('') |
|
|
|||||
AccountNumber | varchar | 20 | ('') |
|
|
|||||
Notes | varchar | 300 | ('') |
|
|
|||||
TransactionCode | varchar | 15 | ('') |
|
|
|||||
TransactionDescription | varchar | 100 | ('') |
|
|
|||||
wkBankStatementTransactionsSeq | int | 4 | √ | null |
|
|
||||
OrphanedTxnOriginalBankStatementControlSeq | int | 4 | √ | null |
|
|
||||
ManualAddFlag | bit | 1 | ((0)) |
|
|
|||||
SortOrder | int | 4 | ((0)) |
|
|
|||||
ImportedFlag | bit | 1 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_BankStatementTransactions | Primary key | Asc | BankStatementTransactionsSeq |
AK_BankStatementTransactions_BankStatementControlSeq | Performance | Asc | BankStatementControlSeq |
AK_BankStatementTransactions_wkBankStatementTransactionsSeq | Performance | Asc | wkBankStatementTransactionsSeq |