add permalink field to item table
This commit is contained in:
parent
1b14f67a86
commit
f856493555
3 changed files with 7 additions and 2 deletions
|
|
@ -181,6 +181,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`object` text NOT NULL,
|
||||
`target-type` char(255) NOT NULL,
|
||||
`target` text NOT NULL,
|
||||
`plink` char(255) 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