<<

NAME

Koha::Schema::Result::PrintersProfile

TABLE: printers_profile

ACCESSORS

profile_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

printer_name

  data_type: 'varchar'
  default_value: 'Default Printer'
  is_nullable: 0
  size: 40

template_id

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

paper_bin

  data_type: 'varchar'
  default_value: 'Bypass'
  is_nullable: 0
  size: 20

offset_horz

  data_type: 'float'
  default_value: 0
  is_nullable: 0

offset_vert

  data_type: 'float'
  default_value: 0
  is_nullable: 0

creep_horz

  data_type: 'float'
  default_value: 0
  is_nullable: 0

creep_vert

  data_type: 'float'
  default_value: 0
  is_nullable: 0

units

  data_type: 'char'
  default_value: 'POINT'
  is_nullable: 0
  size: 20

creator

  data_type: 'char'
  default_value: 'Labels'
  is_nullable: 0
  size: 15

PRIMARY KEY

UNIQUE CONSTRAINTS

printername

<<