<<

NAME

Koha::Schema::Result::CreatorTemplate

TABLE: creator_templates

ACCESSORS

template_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

profile_id

  data_type: 'integer'
  is_nullable: 1

template_code

  data_type: 'char'
  default_value: 'DEFAULT TEMPLATE'
  is_nullable: 0
  size: 100

template_desc

  data_type: 'char'
  default_value: 'Default description'
  is_nullable: 0
  size: 100

page_width

  data_type: 'float'
  default_value: 0
  is_nullable: 0

page_height

  data_type: 'float'
  default_value: 0
  is_nullable: 0

label_width

  data_type: 'float'
  default_value: 0
  is_nullable: 0

label_height

  data_type: 'float'
  default_value: 0
  is_nullable: 0

top_text_margin

  data_type: 'float'
  default_value: 0
  is_nullable: 0

left_text_margin

  data_type: 'float'
  default_value: 0
  is_nullable: 0

top_margin

  data_type: 'float'
  default_value: 0
  is_nullable: 0

left_margin

  data_type: 'float'
  default_value: 0
  is_nullable: 0

cols

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

rows

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

col_gap

  data_type: 'float'
  default_value: 0
  is_nullable: 0

row_gap

  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

<<