mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Oops...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2787 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cc6efeb5fd
commit
1a6592ff43
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ CREATE TABLE phpbb_user_group (
|
|||
# Table structure for table 'phpbb_groups'
|
||||
#
|
||||
CREATE TABLE phpbb_groups (
|
||||
group_id mediumint(8) NOT NULL AUTO INCREMENT,
|
||||
group_id mediumint(8) NOT NULL auto_increment,
|
||||
group_type tinyint(4) DEFAULT '1' NOT NULL,
|
||||
group_name varchar(40) NOT NULL,
|
||||
group_description varchar(255) NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue