The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
columns not default?
[sql]DELETE mood, reason, drate, off, time, today, comments, gender, gender, msn, award, storeep, italic, glow, fcolour
FROM users[/sql] weird question, but wondering if anyone with a clean install could confirm that all these colums in the user table are not default. |
#2
|
||||
|
||||
you just have to take a look into install/mysql-schema.php and you'll find the default tables columns:
[sql]CREATE TABLE " . TABLE_PREFIX . "user ( userid INT UNSIGNED NOT NULL AUTO_INCREMENT, usergroupid SMALLINT UNSIGNED NOT NULL DEFAULT '0', membergroupids CHAR(250) NOT NULL DEFAULT '', displaygroupid SMALLINT UNSIGNED NOT NULL DEFAULT '0', username CHAR(50) NOT NULL DEFAULT '', password CHAR(32) NOT NULL DEFAULT '', passworddate date NOT NULL DEFAULT '0000-00-00', email CHAR(100) NOT NULL DEFAULT '', styleid SMALLINT UNSIGNED NOT NULL DEFAULT '0', parentemail CHAR(50) NOT NULL DEFAULT '', homepage CHAR(100) NOT NULL DEFAULT '', icq CHAR(20) NOT NULL DEFAULT '', aim CHAR(20) NOT NULL DEFAULT '', yahoo CHAR(32) NOT NULL DEFAULT '', showvbcode SMALLINT UNSIGNED NOT NULL DEFAULT '0', usertitle CHAR(250) NOT NULL DEFAULT '', customtitle SMALLINT NOT NULL DEFAULT '0', joindate INT UNSIGNED NOT NULL DEFAULT '0', daysprune SMALLINT NOT NULL DEFAULT '0', lastvisit INT UNSIGNED NOT NULL DEFAULT '0', lastactivity INT UNSIGNED NOT NULL DEFAULT '0', lastpost INT UNSIGNED NOT NULL DEFAULT '0', posts INT UNSIGNED NOT NULL DEFAULT '0', reputation INT NOT NULL DEFAULT '10', reputationlevelid INT UNSIGNED NOT NULL DEFAULT '1', timezoneoffset CHAR(4) NOT NULL DEFAULT '', pmpopup SMALLINT NOT NULL DEFAULT '0', avatarid SMALLINT NOT NULL DEFAULT '0', avatarrevision INT UNSIGNED NOT NULL DEFAULT '0', options INT UNSIGNED NOT NULL DEFAULT '15', birthday CHAR(10) NOT NULL DEFAULT '', birthday_search DATE NOT NULL, maxposts SMALLINT NOT NULL DEFAULT '-1', startofweek SMALLINT NOT NULL DEFAULT '1', ipaddress CHAR(15) NOT NULL DEFAULT '', referrerid INT UNSIGNED NOT NULL DEFAULT '0', languageid SMALLINT UNSIGNED NOT NULL DEFAULT '0', msn CHAR(100) NOT NULL DEFAULT '', emailstamp INT UNSIGNED NOT NULL DEFAULT '0', threadedmode SMALLINT UNSIGNED NOT NULL DEFAULT '0', autosubscribe SMALLINT NOT NULL DEFAULT '-1', pmtotal SMALLINT UNSIGNED NOT NULL DEFAULT '0', pmunread SMALLINT UNSIGNED NOT NULL DEFAULT '0', salt CHAR(3) NOT NULL DEFAULT '', PRIMARY KEY (userid), KEY usergroupid (usergroupid), KEY username (username), KEY birthday (birthday), KEY birthday_search (birthday_search) ) [/sql] |
#3
|
||||
|
||||
thanks stefan, will do that next time
|
#4
|
||||
|
||||
youre welcome |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|