by bare cd4 » 07 Feb 2007, 15:31
what is ment by:
#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_chat (
message_id int(11) unsigned NOT NULL auto_increment,
chat_id int(11) unsigned NOT NULL default '0',
user_id int(11) unsigned NOT NULL default '0',
user_name varchar(255) collate utf8_bin NOT NULL default '',
message text collate utf8_bin NOT NULL,
bbcode_bitfield varchar(255) collate utf8_bin NOT NULL default '',
bbcode_uid varchar(5) collate utf8_bin NOT NULL default '',
bbcode_options tinyint(1) unsigned NOT NULL default '7',
post_time int(11) unsigned NOT NULL default '0',
PRIMARY KEY (message_id)
where can I find sql and where and how do I create it???
rest of the chages where already made (files where edited)
using: phpbb3b5, submerged skin.
have a look at:
http://www.scubaduiker.nlto make a mistake is uman, but to make a big mess you need a computer (or me)