item source

This commit is contained in:
Friendika
2011-06-20 19:08:40 -07:00
parent db336929cd
commit 55112cfdd0
9 changed files with 33 additions and 13 deletions

View File

@@ -179,6 +179,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`author-avatar` char(255) NOT NULL,
`title` char(255) NOT NULL,
`body` mediumtext NOT NULL,
`app` char(255) NOT NULL,
`verb` char(255) NOT NULL,
`object-type` char(255) NOT NULL,
`object` text NOT NULL,