mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
message
git-svn-id: file:///svn/phpbb/trunk@6655 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1229,6 +1229,7 @@ CREATE TABLE phpbb_users (
|
||||
username_clean varchar_ci DEFAULT '' NOT NULL,
|
||||
user_password varchar(40) DEFAULT '' NOT NULL,
|
||||
user_passchg INT4 DEFAULT '0' NOT NULL CHECK (user_passchg >= 0),
|
||||
user_pass_convert INT2 DEFAULT '0' NOT NULL CHECK (user_pass_convert >= 0),
|
||||
user_email varchar(100) DEFAULT '' NOT NULL,
|
||||
user_email_hash INT8 DEFAULT '0' NOT NULL,
|
||||
user_birthday varchar(10) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user