<<

NAME

Koha::Schema::Result::Aqbudgetperiod

TABLE: aqbudgetperiods

ACCESSORS

budget_period_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

budget_period_startdate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 0

budget_period_enddate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 0

budget_period_active

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 1

budget_period_description

  data_type: 'mediumtext'
  is_nullable: 1

budget_period_total

  data_type: 'decimal'
  is_nullable: 1
  size: [28,6]

budget_period_locked

  data_type: 'tinyint'
  is_nullable: 1

sort1_authcat

  data_type: 'varchar'
  is_nullable: 1
  size: 10

sort2_authcat

  data_type: 'varchar'
  is_nullable: 1
  size: 10

PRIMARY KEY

<<