more
This commit is contained in:
parent
9660bb89c3
commit
e6c5ab7541
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ CREATE TABLE `as_users` (
|
|||
`bio` text NOT NULL DEFAULT '',
|
||||
`since` int(11) NOT NULL,
|
||||
`gender` enum('m','f','u') NOT NULL DEFAULT 'u',
|
||||
`birthday` int(11) NOT NULL DEFAULT '',
|
||||
`birthday` int(11) NOT NULL DEFAULT 0,
|
||||
`active` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`lang` varchar(3) NOT NULL DEFAULT '',
|
||||
`lastvisit` int(11) NOT NULL DEFAULT 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue