<<

NAME

Koha::Schema::Result::CreatorLayout

TABLE: creator_layouts

ACCESSORS

layout_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

barcode_type

  data_type: 'char'
  default_value: 'CODE39'
  is_nullable: 0
  size: 100

start_label

  data_type: 'integer'
  default_value: 1
  is_nullable: 0

printing_type

  data_type: 'char'
  default_value: 'BAR'
  is_nullable: 0
  size: 32

layout_name

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

guidebox

  data_type: 'integer'
  default_value: 0
  is_nullable: 1

font

  data_type: 'char'
  default_value: 'TR'
  is_nullable: 0
  size: 10

font_size

  data_type: 'integer'
  default_value: 10
  is_nullable: 0

units

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

callnum_split

  data_type: 'integer'
  default_value: 0
  is_nullable: 1

text_justify

  data_type: 'char'
  default_value: 'L'
  is_nullable: 0
  size: 1

format_string

  data_type: 'varchar'
  default_value: 'barcode'
  is_nullable: 0
  size: 210

layout_xml

  data_type: 'text'
  is_nullable: 0

creator

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

PRIMARY KEY

<<