Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
InstalmentSeq | int identity | 4 | √ | null |
|
|
||
DebtorID | int | 4 | null |
|
|
|||
DebtorStudentID | int | 4 | null |
|
|
|||
InstalmentDescription | varchar | 80 | ('') |
|
|
|||
InstalmentDate | datetime | 16,3 | √ | null |
|
|
||
FeeCode | varchar | 15 | ('') |
|
|
|||
TotalAmount | money | 21,4 | null |
|
|
|||
TotalCharged | money | 21,4 | ((0)) |
|
|
|||
PostingNumber | int | 4 | ((0)) |
|
|
|||
PostingSource | varchar | 10 | ('') |
|
|
|||
InstalmentsStoppedFlag | bit | 1 | ((0)) |
|
|
|||
InstalmentFrequency | varchar | 15 | ('') |
|
|
|||
InstalmentNumber | smallint | 2 | ((0)) |
|
|
|||
InstalmentNextAmount | money | 21,4 | ((0)) |
|
|
|||
InstalmentNextDate | datetime | 16,3 | √ | null |
|
|
||
StatementNumber | int | 4 | ((0)) |
|
|
|||
StudentID | int | 4 | ((0)) |
|
|
|||
StudentCourseChargesSeq | int | 4 | √ | null |
|
|
||
CreatedDate | datetime | 16,3 | √ | null |
|
|
||
CreatedByID | int | 4 | √ | null |
|
|
||
ModifiedDate | datetime | 16,3 | √ | null |
|
|
||
ModifiedByID | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_DebtorInstalments | Primary key | Asc | InstalmentSeq |
AK_DebtorInstalments_DebtorID | Performance | Asc/Asc | DebtorID + DebtorStudentID |
AK_DebtorInstalments_PostingNumber | Performance | Asc | PostingNumber |
AK_DebtorInstalments_StudentCourseChargesSeq | Performance | Asc | StudentCourseChargesSeq |
AK_DebtorInstalments_TotalCharged | Performance | Asc | TotalCharged |