1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-15 21:44:56 +01: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:
Paul S. Owen 2002-08-05 00:48:32 +00:00
parent 09b7d6b2b9
commit 3754702825

View File

@ -614,7 +614,7 @@ CREATE TABLE phpbb_users (
user_id mediumint(8) NOT NULL auto_increment,
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_regdate int(11) DEFAULT '0' NOT NULL,
username varchar(30) NOT NULL,