<<

NAME

Koha::Schema::Result::ClubTemplateEnrollmentField

TABLE: club_template_enrollment_fields

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

club_template_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

name

  data_type: 'tinytext'
  is_nullable: 0

description

  data_type: 'text'
  is_nullable: 1

authorised_value_category

  data_type: 'varchar'
  is_nullable: 1
  size: 16

PRIMARY KEY

RELATIONS

club_enrollment_fields

Type: has_many

Related object: Koha::Schema::Result::ClubEnrollmentField

club_template

Type: belongs_to

Related object: Koha::Schema::Result::ClubTemplate

<<