Koha::Schema::Result::AdditionalField
additional_fields
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key identifier
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 255
tablename of the new field
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 255
name of the field
data_type: 'varchar' is_nullable: 1 size: 32
is an authorised value category
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 16
contains the marc field to copied into the record
data_type: 'enum' default_value: 'get' extra: {list => ["get","set"]} is_nullable: 0
mode of operation (get or set) for marcfield
data_type: 'tinyint' default_value: 0 is_nullable: 0
is the field searchable?
data_type: 'tinyint' default_value: 0 is_nullable: 0
is the field repeatable?
fields_uniq
Type: has_many
Related object: Koha::Schema::Result::AdditionalFieldValue