oai_resumption_tokens


Description

OAI resumption tokens are used to allow for pagination of large result sets into manageable pieces.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
oai_resumption_token_id BIGINT UNSIGNED 20 null
token VARCHAR 32 null
expire BIGINT 19 null
record_offset INT 10 null
params TEXT 65535 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc oai_resumption_token_id
oai_resumption_tokens_unique Must be unique Asc token

Diagram producer might be missing

No diagrams were produced please see application output for any errors