Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
DebtorVoluntaryContributionPlanSeq | int identity | 4 | √ | null |
|
|
||
DebtorID | int | 4 | null |
|
|
|||
DebtorStudentID | int | 4 | null |
|
|
|||
VoluntaryContributionPlanSeq | int | 4 | √ | null |
|
|
||
ContributionAmount | money | 21,4 | √ | null |
|
|
||
FundCode | varchar | 15 | ('') |
|
|
|||
AppealCode | varchar | 15 | ('') |
|
|
|||
DefaultAnnualContributionAmount | money | 21,4 | √ | null |
|
|
||
CreatedByID | int | 4 | √ | null |
|
|
||
CreatedDate | datetime | 16,3 | √ | null |
|
|
||
ModifiedByID | int | 4 | √ | null |
|
|
||
ModifiedDate | datetime | 16,3 | √ | null |
|
|
||
PortalPaymentPlansSelectionsSeq | int | 4 | √ | null |
|
|
||
TaxCode | varchar | 15 | ('') |
|
|
|||
VoluntaryContributionPlanOptionSeq | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_DebtorVoluntaryContributionPlan | Primary key | Asc | DebtorVoluntaryContributionPlanSeq |
AK_DebtorVoluntaryContributionPlan_DebtorID | Performance | Asc/Asc | DebtorID + DebtorStudentID |
AK_DebtorVoluntaryContributionPlan_VoluntaryContributionPlanSeq | Performance | Asc | VoluntaryContributionPlanSeq |