mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
me === idiot
git-svn-id: file:///svn/phpbb/trunk@6219 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
936b1d2586
commit
1527407654
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ CREATE TABLE phpbb_groups (
|
|||
group_name varchar_ci DEFAULT '' NOT NULL,
|
||||
group_desc varchar(8000) DEFAULT '' NOT NULL,
|
||||
group_desc_bitfield bytea DEFAULT '\000' NOT NULL,
|
||||
group_desc_options INT4 DEFAULT 0 NOT NULL,
|
||||
group_desc_uid varchar(5) DEFAULT '' NOT NULL,
|
||||
group_display INT2 DEFAULT '0' NOT NULL CHECK (group_display >= 0),
|
||||
group_avatar varchar(255) DEFAULT '' NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue