overdrive_account_cache

0 rows


Description

A cache to store information about a user’s account within OverDrive.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
userId INT 10 NULL
user.id Implied Constraint R
holdPage LONGTEXT 2147483647 NULL
holdPageLastLoaded INT 10 0
bookshelfPage LONGTEXT 2147483647 NULL
bookshelfPageLastLoaded INT 10 0
wishlistPage LONGTEXT 2147483647 NULL
wishlistPageLastLoaded INT 10 0

Indexes

Constraint Name Type Sort Column(s)
overdrive_account_cache_s_pk Primary key Asc id
PRIMARY Must be unique Asc id

Relationships