<<

NAME

Koha::Schema::Result::Aqbasketgroup

TABLE: aqbasketgroups

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 1
  size: 50

closed

  data_type: 'tinyint'
  is_nullable: 1

booksellerid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

deliveryplace

  data_type: 'varchar'
  is_nullable: 1
  size: 10

freedeliveryplace

  data_type: 'text'
  is_nullable: 1

deliverycomment

  data_type: 'varchar'
  is_nullable: 1
  size: 255

billingplace

  data_type: 'varchar'
  is_nullable: 1
  size: 10

PRIMARY KEY

RELATIONS

aqbaskets

Type: has_many

Related object: Koha::Schema::Result::Aqbasket

booksellerid

Type: belongs_to

Related object: Koha::Schema::Result::Aqbookseller

<<