<<

NAME

Koha::Schema::Result::ClubTemplate

TABLE: club_templates

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'tinytext'
  is_nullable: 0

description

  data_type: 'text'
  is_nullable: 1

is_enrollable_from_opac

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

is_email_required

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

branchcode

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 1
  size: 10

date_created

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

date_updated

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  is_nullable: 1

is_deletable

  data_type: 'tinyint'
  default_value: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

branchcode

Type: belongs_to

Related object: Koha::Schema::Result::Branch

club_template_enrollment_fields

Type: has_many

Related object: Koha::Schema::Result::ClubTemplateEnrollmentField

club_template_fields

Type: has_many

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

clubs

Type: has_many

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

<<