add hometown to profiles
This commit is contained in:
@@ -820,6 +820,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
|
||||
`region` char(255) NOT NULL,
|
||||
`postal-code` char(32) NOT NULL,
|
||||
`country-name` char(255) NOT NULL,
|
||||
`hometown` char(255) NOT NULL,
|
||||
`gender` char(32) NOT NULL,
|
||||
`marital` char(255) NOT NULL,
|
||||
`with` text NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user