<<

NAME

Koha::Schema::Result::Quote

TABLE: quotes

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

unique id for the quote

source

  data_type: 'mediumtext'
  is_nullable: 1

source/credit for the quote

text

  data_type: 'longtext'
  is_nullable: 0

text of the quote

timestamp

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

date and time that the quote last appeared in the opac

PRIMARY KEY

<<