mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
what tintyint? I see no tintyint ....
git-svn-id: file:///svn/phpbb/trunk@2819 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
09b7d6b2b9
commit
3754702825
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ CREATE TABLE phpbb_users (
|
||||||
user_id mediumint(8) NOT NULL auto_increment,
|
user_id mediumint(8) NOT NULL auto_increment,
|
||||||
|
|
||||||
user_active tinyint(1) DEFAULT '1',
|
user_active tinyint(1) DEFAULT '1',
|
||||||
user_founder tintyint(1) DEFAULT '0' NOT NULL,
|
user_founder tinyint(1) DEFAULT '0' NOT NULL,
|
||||||
user_ip varchar(40),
|
user_ip varchar(40),
|
||||||
user_regdate int(11) DEFAULT '0' NOT NULL,
|
user_regdate int(11) DEFAULT '0' NOT NULL,
|
||||||
username varchar(30) NOT NULL,
|
username varchar(30) NOT NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue