library_overdrive_settings

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
settingId INT 10 null
weight INT 10 0
libraryId INT 10 null
library.libraryId Implied Constraint R
clientSecret VARCHAR 256 NULL
clientKey VARCHAR 50 NULL
circulationEnabled TINYINT 3 1
authenticationILSName VARCHAR 45 NULL
requirePin TINYINT 3 0
overdriveAdvantageName VARCHAR 128 ''
overdriveAdvantageProductsKey VARCHAR 20 ''

Indexes

Constraint Name Type Sort Column(s)
library_overdrive_settings_s_pk Primary key Asc id
librarySetting Must be unique Asc/Asc settingId + libraryId
PRIMARY Must be unique Asc id

Relationships