cloud_library_title

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
cloudLibraryId VARCHAR 25 null
title VARCHAR 255 NULL
subTitle VARCHAR 255 NULL
author VARCHAR 255 NULL
format VARCHAR 50 NULL
targetAudience VARCHAR 25 'ADULT'
rawChecksum BIGINT 19 NULL
rawResponse LONGTEXT 2147483647 NULL
dateFirstDetected BIGINT 19 NULL
lastChange INT 10 null
deleted TINYINT 3 0

Indexes

Constraint Name Type Sort Column(s)
cloud_library_title_s_pk Primary key Asc id
cloudLibraryId Must be unique Asc cloudLibraryId
lastChange Performance Asc lastChange
PRIMARY Must be unique Asc id

Relationships