Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
RepaymentSeq | int identity | 4 | √ | null |
|
|
||
DepositSeq | int | 4 | ((0)) |
|
|
|||
ID | int | 4 | ((0)) |
|
|
|||
RepaymentDate | datetime | 16,3 | √ | null |
|
|
||
RepaymentAmount | money | 21,4 | ((0.00)) |
|
|
|||
PostingSource | varchar | 10 | ('') |
|
|
|||
PostingNumber | int | 4 | ((0)) |
|
|
|||
ReceiptNumber | int | 4 | ((0)) |
|
|
|||
DebtorTransactionSeq | int | 4 | ((0)) |
|
|
|||
CreditorTransactionSeq | int | 4 | ((0)) |
|
|
|||
GLJournalSeq | int | 4 | ((0)) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_EnrolmentDepositRepayments | Primary key | Asc | RepaymentSeq |