mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Add SubmitterUserId field to Artworks table
This commit is contained in:
parent
1adb90def1
commit
854fb2c816
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ CREATE TABLE `Artworks` (
|
|||
`Created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`Updated` timestamp NOT NULL,
|
||||
`Status` enum('unverified', 'approved', 'declined', 'in_use') DEFAULT 'unverified',
|
||||
`SubmitterUserId` int(10) unsigned NULL,
|
||||
`ReviewerUserId` int(10) unsigned NULL,
|
||||
`MuseumUrl` varchar(255) NULL,
|
||||
`PublicationYear` smallint unsigned NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue