Koha::Schema::Result::ImportOaiAuthority
import_oai_authorities
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier assigned by Koha
data_type: 'bigint' extra: {unsigned => 1} is_foreign_key: 1 is_nullable: 0
unique identifier assigned to each koha record
data_type: 'varchar' is_nullable: 0 size: 255
OAI record identifier
data_type: 'varchar' is_nullable: 0 size: 255
OAI repository
data_type: 'enum' default_value: 'biblio' extra: {list => ["authority","biblio"]} is_nullable: 0
is the record bibliographic or authority
data_type: 'varchar' is_nullable: 1 size: 255
OAI set to harvest
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
Type: belongs_to
Related object: Koha::Schema::Result::AuthHeader