serial

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
serialid INT 10 √ null
serialitems.serialid serialitems_sfk_1 C

unique key for the issue

biblionumber INT 10 null
biblio.biblionumber serial_ibfk_1 C

foreign key for the biblio.biblionumber that this issue is attached to

subscriptionid INT 10 null
subscription.subscriptionid serial_ibfk_2 C

foreign key to the subscription.subscriptionid that this issue is part of

serialseq VARCHAR 100 ''

issue information (volume, number, etc)

serialseq_x VARCHAR 100 √ NULL

first part of issue information

serialseq_y VARCHAR 100 √ NULL

second part of issue information

serialseq_z VARCHAR 100 √ NULL

third part of issue information

status TINYINT 3 0

status code for this issue (see manual for full descriptions)

planneddate DATE 10 √ NULL

date expected

notes MEDIUMTEXT 16777215 √ NULL

notes

publisheddate DATE 10 √ NULL

date published

publisheddatetext VARCHAR 100 √ NULL

date published (descriptive)

claimdate DATE 10 √ NULL

date claimed

claims_count INT 10 √ 0

number of claims made related to this issue

routingnotes MEDIUMTEXT 16777215 √ NULL

notes from the routing list

Indexes

Constraint Name Type Sort Column(s)
serial_s_pk Primary key Asc serialid
PRIMARY Must be unique Asc serialid
serial_ibfk_1 Performance Asc biblionumber
serial_ibfk_2 Performance Asc subscriptionid

Relationships