mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
my min karma, as opposed to my little pony or some such
git-svn-id: file:///svn/phpbb/trunk@3285 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f236f3f838
commit
799ffa517c
1 changed files with 3 additions and 1 deletions
|
@ -649,11 +649,13 @@ CREATE TABLE phpbb_users (
|
|||
user_session_time int(11) DEFAULT '0' NOT NULL,
|
||||
user_session_page smallint(5) DEFAULT '0' NOT NULL,
|
||||
user_lastvisit int(11) DEFAULT '0' NOT NULL,
|
||||
user_karma tinyint(1) DEFAULT '3' NOT NULL,
|
||||
user_min_karma tinyint(1) DEFAULT '3' NOT NULL,
|
||||
user_startpage varchar(100) DEFAULT '',
|
||||
user_colour varchar(6) DEFAULT '' NOT NULL,
|
||||
user_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_lang varchar(50),
|
||||
user_timezone decimal(4,2) DEFAULT '0' NOT NULL,
|
||||
user_timezone decimal(5,2) DEFAULT '0' NOT NULL,
|
||||
user_dst tinyint(1) DEFAULT '0' NOT NULL,
|
||||
user_dateformat varchar(15) DEFAULT 'd M Y H:i' NOT NULL,
|
||||
user_style tinyint(4),
|
||||
|
|
Loading…
Add table
Reference in a new issue