<<

NAME

Koha::Schema::Result::ClubField

TABLE: club_fields

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

club_template_field_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

club_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

value

  data_type: 'mediumtext'
  is_nullable: 1

PRIMARY KEY

RELATIONS

club

Type: belongs_to

Related object: Koha::Schema::Result::Club

club_template_field

Type: belongs_to

Related object: Koha::Schema::Result::ClubTemplateField

<<