mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
List artwork by artist via /artworks/<artist-name>
This commit is contained in:
parent
780be15ed0
commit
cad2f5f730
8 changed files with 63 additions and 12 deletions
|
@ -22,5 +22,6 @@ CREATE TABLE `Artworks` (
|
|||
`Notes` TEXT NULL DEFAULT NULL
|
||||
PRIMARY KEY (`ArtworkId`),
|
||||
KEY `index1` (`Status`),
|
||||
KEY `index2` (`UrlName`)
|
||||
KEY `index2` (`UrlName`),
|
||||
KEY `index3` (`ArtistId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue