Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
issue_id | INT | 10 | √ | null |
|
|
primary key and unique identifier assigned by Koha |
||||
vendor_id | INT | 10 | null |
|
|
link to the vendor |
|||||
type | VARCHAR | 80 | √ | null |
|
|
type of the issue, authorised value VENDOR_ISSUE_TYPE |
||||
started_on | DATE | 10 | √ | null |
|
|
start of the issue |
||||
ended_on | DATE | 10 | √ | null |
|
|
end of the issue |
||||
notes | LONGTEXT | 2147483647 | √ | null |
|
|
notes |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | issue_id |
aqbookseller_issues_ibfk_1 | Performance | Asc | vendor_id |