Story code. Added validParent, storage location code.

This commit is contained in:
Colin Kuskie 2009-03-02 20:20:43 +00:00
parent 716ef998a7
commit 02dc71055b
3 changed files with 209 additions and 13 deletions

View file

@ -60,6 +60,7 @@ CREATE TABLE Story (
location CHAR(255),
highlights TEXT,
story MEDIUMTEXT,
storageId CHAR(255),
photo LONGTEXT,
PRIMARY KEY ( assetId, revisionDate )
)