mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
user_colour
git-svn-id: file:///svn/phpbb/trunk@4963 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2706ce6534
commit
c946266fa3
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue