mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
Initial Ebook DB schema
This commit is contained in:
parent
f97539f399
commit
073f138c47
9 changed files with 87 additions and 0 deletions
5
config/sql/se/TocEntries.sql
Normal file
5
config/sql/se/TocEntries.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
CREATE TABLE `TocEntries` (
|
||||
`EbookId` int(10) unsigned NOT NULL,
|
||||
`TocEntry` text NOT NULL,
|
||||
KEY `index1` (`EbookId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
Loading…
Add table
Add a link
Reference in a new issue