Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
agreement_id | INT | 10 | √ | null |
|
|
primary key |
||||||||||||||||||||||
vendor_id | INT | 10 | √ | null |
|
|
foreign key to aqbooksellers |
||||||||||||||||||||||
name | VARCHAR | 255 | null |
|
|
name of the agreement |
|||||||||||||||||||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
description of the agreement |
||||||||||||||||||||||
status | VARCHAR | 80 | null |
|
|
current status of the agreement |
|||||||||||||||||||||||
closure_reason | VARCHAR | 80 | √ | null |
|
|
reason of the closure |
||||||||||||||||||||||
is_perpetual | BIT | 0 | 0 |
|
|
is the agreement perpetual |
|||||||||||||||||||||||
renewal_priority | VARCHAR | 80 | √ | null |
|
|
priority of the renewal |
||||||||||||||||||||||
license_info | VARCHAR | 80 | √ | null |
|
|
info about the license |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | agreement_id |
erm_agreements_ibfk_1 | Performance | Asc | vendor_id |