Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
illrequest_id | BIGINT UNSIGNED | 20 | null |
|
|
ILL request number |
|||||
backend | VARCHAR | 80 | null |
|
|
API ILL backend name |
|||||
type | VARCHAR | 200 | null |
|
|
API ILL property name |
|||||
value | MEDIUMTEXT | 16777215 | null |
|
|
API ILL property value |
|||||
readonly | BIT | 0 | 1 |
|
|
Is this attribute read only |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc/Asc/Asc | illrequest_id + backend + type |