"howlong" added to marital status.
This commit is contained in:
parent
29bdf432f0
commit
608d424b0b
8 changed files with 33 additions and 5 deletions
|
|
@ -823,6 +823,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
|
|||
`gender` char(32) NOT NULL,
|
||||
`marital` char(255) NOT NULL,
|
||||
`with` text NOT NULL,
|
||||
`howlong` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`sexual` char(255) NOT NULL,
|
||||
`politic` char(255) NOT NULL,
|
||||
`religion` char(255) NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue