add geotag/location

This commit is contained in:
Mike Macgirvin 2010-08-14 20:05:28 -07:00
parent 51f6671466
commit 7294a3aab1
1 changed files with 2 additions and 0 deletions

View File

@ -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,