mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
whoops
git-svn-id: file:///svn/phpbb/trunk@4037 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user