<<

NAME

Koha::Schema::Result::ErmLicense

TABLE: erm_licenses

ACCESSORS

license_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

vendor_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

foreign key to aqbooksellers

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

name of the license

description

  data_type: 'longtext'
  is_nullable: 1

description of the license

type

  data_type: 'varchar'
  is_nullable: 0
  size: 80

type of the license

status

  data_type: 'varchar'
  is_nullable: 0
  size: 80

current status of the license

started_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

start of the license

ended_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

end of the license

PRIMARY KEY

RELATIONS

erm_agreement_licenses

Type: has_many

Related object: Koha::Schema::Result::ErmAgreementLicense

erm_documents

Type: has_many

Related object: Koha::Schema::Result::ErmDocument

erm_user_roles

Type: has_many

Related object: Koha::Schema::Result::ErmUserRole

vendor

Type: belongs_to

Related object: Koha::Schema::Result::Aqbookseller

<<