import_oai_biblios

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
import_oai_biblio_id INT 10 null

unique identifier assigned by Koha

biblionumber INT 10 null
biblio.biblionumber FK_import_oai_biblios_1 C

unique identifier assigned to each koha record

identifier VARCHAR 255 null

OAI record identifier

repository VARCHAR 255 null

OAI repository

recordtype enum('authority', 'biblio') 9 'biblio'

is the record bibliographic or authority

datestamp VARCHAR 255 NULL

OAI set to harvest

last_modified TIMESTAMP 19 current_timestamp()

Indexes

Constraint Name Type Sort Column(s)
import_oai_biblios_s_pk Primary key Asc import_oai_biblio_id
biblionumber Performance Asc biblionumber
PRIMARY Must be unique Asc import_oai_biblio_id

Relationships