Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
ObjectLoansSeq | int identity | 4 | √ | null |
|
|
||||
ObjectBookingsSeq | int | 4 | null |
|
|
|||||
ObjectNumber | int | 4 | null |
|
|
|||||
ID | int | 4 | √ | null |
|
|
||||
LoanedDate | datetime | 16,3 | √ | null |
|
|
||||
ReturnedDate | datetime | 16,3 | √ | null |
|
|
||||
Comment | varchar | 255 | ('') |
|
|
|||||
IssuedByID | int | 4 | √ | null |
|
|
||||
ReturnedToID | int | 4 | √ | null |
|
|
||||
PABXPIN | int | 4 | √ | null |
|
|
||||
PABXPINStatusCode | varchar | 15 | ('') |
|
|
|||||
DebtorID | int | 4 | √ | null |
|
|
||||
ProcessOverdueChargeFlag | bit | 1 | ((1)) |
|
|
|||||
ProcessOverdueReversalFlag | bit | 1 | ((1)) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_ObjectLoans_ObjectLoansSeq | Primary key | Asc | ObjectLoansSeq |
AK_ObjectLoans_ID | Performance | Asc | ID |
AK_ObjectLoans_LoanedDate | Performance | Asc | LoanedDate |
AK_ObjectLoans_ObjectBookingsSeq | Performance | Asc | ObjectBookingsSeq |