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