add activity target to items, allow multiple link relations
This commit is contained in:
parent
98a508532f
commit
a985ad4a54
5 changed files with 138 additions and 12 deletions
|
|
@ -174,6 +174,8 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`verb` char(255) NOT NULL,
|
||||
`object-type` char(255) NOT NULL,
|
||||
`object` text NOT NULL,
|
||||
`target-type` char(255) NOT NULL,
|
||||
`target` text NOT NULL,
|
||||
`resource-id` char(255) NOT NULL,
|
||||
`tag` mediumtext NOT NULL,
|
||||
`inform` mediumtext NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue