Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
TransactionSeq | int identity | 4 | √ | null |
|
|
||||||
DebtorID | int | 4 | null |
|
|
|||||||
DebtorStudentID | int | 4 | null |
|
|
|||||||
StudentID | int | 4 | ((0)) |
|
|
|||||||
PostingNumber | int | 4 | ((0)) |
|
|
|||||||
PostingSource | varchar | 10 | ('') |
|
|
|||||||
InstalmentSeq | int | 4 | ((0)) |
|
|
|||||||
InstalmentsRemaining | smallint | 2 | ((0)) |
|
|
|||||||
StatementNumber | int | 4 | ((0)) |
|
|
|||||||
ReceiptNumber | int | 4 | ((0)) |
|
|
|||||||
FeeCode | varchar | 15 | ('') |
|
|
|||||||
TransactionDate | datetime | 16,3 | √ | (getdate()) |
|
|
||||||
TransactionAmount | money | 21,4 | ((0)) |
|
|
|||||||
TransactionDescription | varchar | 80 | ('') |
|
|
|||||||
AllocatedAmount | money | 21,4 | ((0)) |
|
|
|||||||
FeeUnits | decimal | 11,4 | ((0)) |
|
|
|||||||
FeeRate | money | 21,4 | ((0)) |
|
|
|||||||
SaleInvoiceNumber | int | 4 | ((0)) |
|
|
|||||||
CreditorPostingNumber | int | 4 | √ | null |
|
|
||||||
CreditorTransactionSeq | int | 4 | √ | null |
|
|
||||||
CreditorGLJournalSeq | int | 4 | √ | null |
|
|
||||||
StudentCourseChargesSeq | int | 4 | √ | null |
|
|
||||||
CreatedDate | datetime | 16,3 | √ | null |
|
|
||||||
CreatedByID | int | 4 | √ | null |
|
|
||||||
ModifiedDate | datetime | 16,3 | √ | null |
|
|
||||||
ModifiedByID | int | 4 | √ | null |
|
|
||||||
ObjectLoansSeqOverdueCharge | int | 4 | √ | null |
|
|
||||||
ObjectLoansSeqOverdueReversal | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK__DebtorTransactio__174363E2 | Primary key | Asc | TransactionSeq |
AK_DebtorTransactions_IDStuID | Performance | Asc/Asc | DebtorID + DebtorStudentID |
AK_DebtorTransactions_InstalmentSeq | Performance | Asc | InstalmentSeq |
AK_DebtorTransactions_InvoiceNumber | Performance | Asc | SaleInvoiceNumber |
AK_DebtorTransactions_PostNum | Performance | Asc | PostingNumber |
AK_DebtorTransactions_RcptNo | Performance | Asc | ReceiptNumber |
AK_DebtorTransactions_StudentCourseChargesSeq | Performance | Asc | StudentCourseChargesSeq |