mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add Special Notes field to artwork
This commit is contained in:
parent
1237a65bc8
commit
60eb118524
5 changed files with 29 additions and 6 deletions
|
@ -19,6 +19,7 @@ CREATE TABLE `Artworks` (
|
|||
`EbookWwwFilesystemPath` varchar(255) NULL,
|
||||
`MimeType` varchar(64) NOT NULL,
|
||||
`Exception` TEXT NULL DEFAULT NULL,
|
||||
`Notes` TEXT NULL DEFAULT NULL
|
||||
PRIMARY KEY (`ArtworkId`),
|
||||
KEY `index1` (`Status`),
|
||||
KEY `index2` (`UrlName`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue