Book Table Schema (book)


Description

Defines book

book table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
book_chapters.bookid bookchap_boo_fk R
course BIGINT 19 0
name VARCHAR 255
intro LONGTEXT 2147483647 null
introformat SMALLINT 5 0
numbering SMALLINT 5 0
navstyle SMALLINT 5 1
customtitles TINYINT 3 0
revision BIGINT 19 0
timecreated BIGINT 19 0
timemodified BIGINT 19 0

Table contained -1 rows

book table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

book table relationships