personal title
This commit is contained in:
parent
028460a5c1
commit
b40281802f
10 changed files with 50 additions and 6 deletions
|
|
@ -281,6 +281,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
|
|||
`is-default` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`hide-friends` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`name` char(255) NOT NULL,
|
||||
`pdesc` char(255) NOT NULL,
|
||||
`dob` char(32) NOT NULL DEFAULT '0000-00-00',
|
||||
`address` char(255) NOT NULL,
|
||||
`locality` char(255) NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue