mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 03:36:31 +02:00
user_colour
git-svn-id: file:///svn/phpbb/trunk@4963 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -863,6 +863,7 @@ CREATE TABLE phpbb_users (
|
||||
user_dateformat varchar(15) DEFAULT 'd M Y H:i' NOT NULL,
|
||||
user_style tinyint(4) DEFAULT '0' NOT NULL,
|
||||
user_rank int(11) DEFAULT '0',
|
||||
user_colour varchar(6) DEFAULT '' NOT NULL,
|
||||
user_new_privmsg tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_unread_privmsg tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_last_privmsg int(11) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user