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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user