Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
ObjectAgreementsHistorySeq | int identity | 4 | √ | null |
|
|
||
ObjectAgreementSeq | int | 4 | null |
|
|
|||
AgreementTypeCode | varchar | 15 | null |
|
|
|||
Description | varchar | 100 | null |
|
|
|||
Reference | varchar | 100 | null |
|
|
|||
AgreementDate | datetime | 16,3 | √ | null |
|
|
||
CreditorID | int | 4 | √ | null |
|
|
||
RenewedDate | datetime | 16,3 | √ | null |
|
|
||
AgreementValue | money | 21,4 | null |
|
|
|||
StaffID | int | 4 | √ | null |
|
|
||
Comments | varchar | 200 | null |
|
|
|||
ActiveFlag | bit | 1 | null |
|
|
|||
AgreementMonths | int | 4 | ((0)) |
|
|
|||
ReminderDays | int | 4 | √ | null |
|
|
||
JobPositionCode | varchar | 15 | √ | null |
|
|
||
OriginalAgreementDate | datetime | 16,3 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_ObjectAgreementsHistory | Primary key | Asc | ObjectAgreementsHistorySeq |
AK_ObjectAgreementsHistory_ObjectAgreementSeq | Performance | Asc | ObjectAgreementSeq |