mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
whoops
git-svn-id: file:///svn/phpbb/trunk@4037 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f3c308f67c
commit
5b3787d66a
1 changed files with 1 additions and 0 deletions
|
@ -834,6 +834,7 @@ CREATE TABLE phpbb_users (
|
|||
username varchar(30) DEFAULT '' NOT NULL,
|
||||
user_password varchar(32) DEFAULT '' NOT NULL,
|
||||
user_email varchar(60) DEFAULT '' NOT NULL,
|
||||
user_birthday varchar(10) DEFAULT '' NOT NULL,
|
||||
user_lastvisit int(11) DEFAULT '0' NOT NULL,
|
||||
user_lastpage varchar(100) DEFAULT '' NOT NULL,
|
||||
user_karma tinyint(1) DEFAULT '3' NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue