mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Who is an idiot? I AM
git-svn-id: file:///svn/phpbb/trunk@6218 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8b14bdc73d
commit
936b1d2586
1 changed files with 2 additions and 2 deletions
|
@ -459,7 +459,7 @@ CREATE TABLE [phpbb_groups] (
|
|||
[group_type] [int] DEFAULT (1) NOT NULL ,
|
||||
[group_name] [varchar] (255) DEFAULT ('') NOT NULL ,
|
||||
[group_desc] [varchar] (8000) DEFAULT ('') NOT NULL ,
|
||||
[group_desc_bitfield] [varbinary] DEFAULT (0x) NOT NULL ,
|
||||
[group_desc_bitfield] [varbinary] (255) DEFAULT (0x) NOT NULL ,
|
||||
[group_desc_options] [int] DEFAULT (0) NOT NULL ,
|
||||
[group_desc_uid] [varchar] (5) DEFAULT ('') NOT NULL ,
|
||||
[group_display] [int] DEFAULT (0) NOT NULL ,
|
||||
|
@ -1495,7 +1495,7 @@ CREATE TABLE [phpbb_users] (
|
|||
[user_avatar_height] [int] DEFAULT (0) NOT NULL ,
|
||||
[user_sig] [text] DEFAULT ('') NOT NULL ,
|
||||
[user_sig_bbcode_uid] [varchar] (5) DEFAULT ('') NOT NULL ,
|
||||
[user_sig_bbcode_bitfield] [varbinary] DEFAULT (255) NOT NULL ,
|
||||
[user_sig_bbcode_bitfield] [varbinary] (255) DEFAULT (0x) NOT NULL ,
|
||||
[user_from] [varchar] (100) DEFAULT ('') NOT NULL ,
|
||||
[user_icq] [varchar] (15) DEFAULT ('') NOT NULL ,
|
||||
[user_aim] [varchar] (255) DEFAULT ('') NOT NULL ,
|
||||
|
|
Loading…
Add table
Reference in a new issue