Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
RepaymentSeq | int identity | 4 | √ | null |
|
|
||
DepositSeq | int | 4 | ((0)) |
|
|
|||
RepaymentDate | datetime | 16,3 | √ | null |
|
|
||
ID | int | 4 | ((0)) |
|
|
|||
RepaymentMethod | char | 5 | ('') |
|
|
|||
RepaymentType | char | 5 | ('') |
|
|
|||
RepaymentAmount | money | 21,4 | ((0)) |
|
|
|||
RepaymentBatch | varchar | 10 | ('') |
|
|
|||
Comment | varchar | 100 | ('') |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_StudentDepositRepaymen1__10 | Primary key | Asc | RepaymentSeq |
AK_StudentDepositRepaymentSeqD | Performance | Asc/Asc | RepaymentSeq + RepaymentDate |