Story code. Added validParent, storage location code.
This commit is contained in:
parent
716ef998a7
commit
02dc71055b
3 changed files with 209 additions and 13 deletions
|
|
@ -60,6 +60,7 @@ CREATE TABLE Story (
|
|||
location CHAR(255),
|
||||
highlights TEXT,
|
||||
story MEDIUMTEXT,
|
||||
storageId CHAR(255),
|
||||
photo LONGTEXT,
|
||||
PRIMARY KEY ( assetId, revisionDate )
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue