Stickers
01-16-2009, 05:27 PM
Hi all..
Im trying to add in the userfield a new table, but wheb i run this..
i dont see the sound table in the database..
any idea's?
CREATE TABLE IF NOT EXISTS `userfield` (
`userid` int(10) unsigned NOT NULL default '0',
`temp` mediumtext,
`field1` mediumtext,
`field2` mediumtext,
`field3` mediumtext,
`field4` mediumtext,
`sound` mediumtext,
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Best regards..
--------------- Added 1232155874 at 1232155874 ---------------
anyone???
Im trying to add in the userfield a new table, but wheb i run this..
i dont see the sound table in the database..
any idea's?
CREATE TABLE IF NOT EXISTS `userfield` (
`userid` int(10) unsigned NOT NULL default '0',
`temp` mediumtext,
`field1` mediumtext,
`field2` mediumtext,
`field3` mediumtext,
`field4` mediumtext,
`sound` mediumtext,
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Best regards..
--------------- Added 1232155874 at 1232155874 ---------------
anyone???