diff options
-rw-r--r-- | database.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/database.sql b/database.sql index a359cc842..a275f39b3 100644 --- a/database.sql +++ b/database.sql @@ -159,6 +159,8 @@ CREATE TABLE IF NOT EXISTS `item` ( `like` mediumtext NOT NULL, `dislike` mediumtext NOT NULL, `tag` mediumtext NOT NULL, + `location` char(255) NOT NULL, + `coord` char(255) NOT NULL, `allow_cid` mediumtext NOT NULL, `allow_gid` mediumtext NOT NULL, `deny_cid` mediumtext NOT NULL, |