diff options
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql index 36c578961..5b8141f7a 100644 --- a/database.sql +++ b/database.sql @@ -176,6 +176,7 @@ CREATE TABLE IF NOT EXISTS `item` ( `object` text NOT NULL, `resource-id` char(255) NOT NULL, `tag` mediumtext NOT NULL, + `inform` mediumtext NOT NULL, `location` char(255) NOT NULL, `coord` char(255) NOT NULL, `allow_cid` mediumtext NOT NULL, |