<<

NAME

Koha::Schema::Result::NeedMergeAuthority

TABLE: need_merge_authorities

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

authid

  data_type: 'bigint'
  is_nullable: 0

done

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 1

PRIMARY KEY

<<