<<

NAME

Koha::Schema::Result::AqbudgetsPlanning

TABLE: aqbudgets_planning

ACCESSORS

plan_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

budget_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

budget_period_id

  data_type: 'integer'
  is_nullable: 0

estimated_amount

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

authcat

  data_type: 'varchar'
  is_nullable: 0
  size: 30

authvalue

  data_type: 'varchar'
  is_nullable: 0
  size: 30

display

  data_type: 'tinyint'
  default_value: 1
  is_nullable: 1

PRIMARY KEY

RELATIONS

budget

Type: belongs_to

Related object: Koha::Schema::Result::Aqbudget

<<