Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
unique id for the quote |
|
source | MEDIUMTEXT | 16777215 | √ | null |
|
|
source/credit for the quote |
|
text | LONGTEXT | 2147483647 | null |
|
|
text of the quote |
||
timestamp | DATETIME | 19 | null |
|
|
date and time that the quote last appeared in the opac |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |