Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
patron_list_id | INT | 10 | √ | null |
|
|
unique identifier |
||||
name | VARCHAR | 255 | null |
|
|
the list’s name |
|||||
owner | INT | 10 | null |
|
|
borrowernumber of the list creator |
|||||
BIT | 0 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | patron_list_id |
owner | Performance | Asc | owner |