<<

NAME

Koha::Schema::Result::Quote

TABLE: quotes

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

source

  data_type: 'text'
  is_nullable: 1

text

  data_type: 'mediumtext'
  is_nullable: 0

timestamp

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 0

PRIMARY KEY

<<