Welcome, Guest. Please Login or Register.
October 02, 2024, 06:21:15 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Database Stucture for _log_topics! Help! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Database Stucture for _log_topics! Help!  (Read 351 times)
Derek
Jr. Member
**
Posts: 65


I'm a llama!

Database Stucture for _log_topics! Help!
« on: March 17, 2003, 09:59:50 PM »
Reply with quote

All I need is for someone to take a look at their MySQL database for YaBBSE, and tell me what your _log_topics table looks like. I'm having problems with mine, thanks in advance for the help!
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Database Stucture for _log_topics! Help!
« Reply #1 on: March 17, 2003, 10:35:37 PM »
Reply with quote

1.5.1RC1B45:
CREATE TABLE {$db_prefix}log_topics (
 ID_MEMBER mediumint(8) unsigned NOT NULL default '0',
 ID_TOPIC mediumint(8) unsigned NOT NULL default '0',
 logTime int(10) unsigned NOT NULL default '0',
 notificationSent tinyint(4) unsigned NOT NULL default '0',
 PRIMARY KEY (ID_TOPIC, ID_MEMBER)
) TYPE=MyISAM;
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Database Stucture for _log_topics! Help! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.141 seconds with 21 queries.