Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
AllocationSeq | int identity | 4 | √ | null |
|
|
||
ReceiptNumber | int | 4 | null |
|
|
|||
TransactionSeq | int | 4 | ((0)) |
|
|
|||
DebtorID | int | 4 | ((0)) |
|
|
|||
DebtorStudentID | int | 4 | ((0)) |
|
|
|||
OriginalAllocatedAmount | money | 21,4 | ((0)) |
|
|
|||
ReceiptAmount | money | 21,4 | ((0)) |
|
|
|||
DebtorCashPrepaidCode | varchar | 15 | ('') |
|
|
|||
ReceiptTransactionSeq | int | 4 | √ | null |
|
|
||
DeletedFlag | bit | 1 | ((0)) |
|
|
|||
HoldTransactionXrefSeq | int | 4 | √ | null |
|
|
||
DonorPledgesSeq | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_wkReceiptAllocDebtorsXRef | Primary key | Asc | AllocationSeq |
AK_wkRcptAllocDebXRef_RcptIDStuID | Performance | Asc/Asc/Asc | ReceiptNumber + DebtorID + DebtorStudentID |