Koha::Schema::Result::Quote
quotes
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique id for the quote
data_type: 'mediumtext' is_nullable: 1
source/credit for the quote
data_type: 'longtext' is_nullable: 0
text of the quote
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
date and time that the quote last appeared in the opac