1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Update userclass field size in core plugins

This commit is contained in:
e107steved
2009-09-19 19:05:16 +00:00
parent 4f239954ca
commit 7429730903
5 changed files with 17 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ CREATE TABLE featurebox (
fb_title varchar(200) NOT NULL default '',
fb_text text NOT NULL,
fb_mode tinyint(3) unsigned NOT NULL default '0',
fb_class tinyint(3) unsigned NOT NULL default '0',
fb_class smallint(5) unsigned NOT NULL default '0',
fb_rendertype tinyint(1) unsigned NOT NULL default '0',
fb_template varchar(50) NOT NULL default '',
PRIMARY KEY (fb_id)