<<

NAME

Koha::Schema::Result::TagsApproval

TABLE: tags_approval

ACCESSORS

term

  data_type: 'varchar'
  is_nullable: 0
  size: 255

approved

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

date_approved

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

approved_by

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

weight_total

  data_type: 'integer'
  default_value: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

approved_by

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

tags_indexes

Type: has_many

Related object: Koha::Schema::Result::TagsIndex

<<