Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
DebtorStatementBalancesRecipientsSeq | int identity | 4 | √ | null |
|
|
||
StatementNumber | int | 4 | null |
|
|
|||
DebtorID | int | 4 | null |
|
|
|||
DebtorStudentID | int | 4 | null |
|
|
|||
ID | int | 4 | null |
|
|
|||
NotifyMethod | varchar | 3 | ('') |
|
|
|||
StatementImageExistsFlag | bit | 1 | ((0)) |
|
|
|||
InvoiceImageExistsFlag | bit | 1 | ((0)) |
|
|
|||
NotifyDate | datetime | 16,3 | √ | null |
|
|
||
NotifyEmail | varchar | 255 | ('') |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_DebtorStatementBalancesRecipientsSeq | Primary key | Asc | DebtorStatementBalancesRecipientsSeq |
AK_DebtorStatementBalancesRecipients_DebtorID | Performance | Asc/Asc/Asc/Asc | StatementNumber + DebtorID + DebtorStudentID + ID |
AK_DebtorStatementBalancesRecipients_DebtorID_DebtorStudentID | Performance | Asc/Asc | DebtorID + DebtorStudentID |
AK_DebtorStatementBalancesRecipients_DebtorID_DebtorStudentID_includes | Performance | Asc/Asc | DebtorID + DebtorStudentID |
AK_DebtorStatementBalancesRecipients_NotifyDate | Performance | Asc | NotifyDate |