mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Spell out EbookSourceType values
This commit is contained in:
parent
f736c20e3b
commit
7350891cd5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
CREATE TABLE `EbookSources` (
|
||||
`EbookId` int(10) unsigned NOT NULL,
|
||||
`Type` enum('pg', 'pg_australia', 'pg_canada', 'ia', 'hathi_trust', 'wikisource', 'google_books', 'faded_page', 'other') DEFAULT 'other',
|
||||
`Type` enum('project_gutenberg', 'project_gutenberg_australia', 'project_gutenberg_canada', 'internet_archive', 'hathi_trust', 'wikisource', 'google_books', 'faded_page', 'other') DEFAULT 'other',
|
||||
`Url` varchar(255) NOT NULL,
|
||||
KEY `index1` (`EbookId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue