mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Closing bracket in wrong place
git-svn-id: file:///svn/phpbb/trunk@3880 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ff6fdd67be
commit
e33d3c0994
1 changed files with 2 additions and 2 deletions
|
@ -846,14 +846,14 @@ CREATE TABLE phpbb_users (
|
|||
user_avatar_height tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_sig text DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_uid varchar(10) DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_bitfield int(11) DEFAULT 0 NOT NULL,
|
||||
user_sig_bbcode_bitfield int(11) DEFAULT '0' NOT NULL,
|
||||
user_from varchar(100) DEFAULT '' NOT NULL,
|
||||
user_icq varchar(15) DEFAULT '' NOT NULL,
|
||||
user_aim varchar(255) DEFAULT '' NOT NULL,
|
||||
user_yim varchar(255) DEFAULT '' NOT NULL,
|
||||
user_msnm varchar(255) DEFAULT '' NOT NULL,
|
||||
user_website varchar(100) DEFAULT '' NOT NULL,
|
||||
user_actkey varchar(32 DEFAULT '' NOT NULL),
|
||||
user_actkey varchar(32) DEFAULT '' NOT NULL,
|
||||
user_newpasswd varchar(32) DEFAULT '' NOT NULL,
|
||||
user_occ varchar(100) DEFAULT '' NOT NULL,
|
||||
user_interests varchar(255) DEFAULT '' NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue