The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
CREATE TABLE pmtext (
pmtextid INT UNSIGNED NOT NULL AUTO_INCREMENT, fromuserid INT UNSIGNED NOT NULL DEFAULT '0', fromusername VARCHAR(100) NOT NULL DEFAULT '', title VARCHAR(250) NOT NULL DEFAULT '', message MEDIUMTEXT, touserarray MEDIUMTEXT, iconid SMALLINT UNSIGNED NOT NULL DEFAULT '0', dateline INT UNSIGNED NOT NULL DEFAULT '0', showsignature SMALLINT UNSIGNED NOT NULL DEFAULT '0', allowsmilie SMALLINT UNSIGNED NOT NULL DEFAULT '1', PRIMARY KEY (pmtextid), KEY fromuserid (fromuserid, dateline) ) ; |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|