fixes
This commit is contained in:
parent
bbc0200661
commit
82986cc993
4 changed files with 18 additions and 12 deletions
|
|
@ -145,6 +145,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`type` char(255) NOT NULL,
|
||||
`wall` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`parent` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`parent-uri` char(255) CHARACTER SET ascii NOT NULL,
|
||||
`created` datetime NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue