Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: mysql_db_tables.php 2389 2006-11-07 22:59:42Z Tikitiki $
| * $Id: mysql_db_tables.php 3030 2007-04-26 00:19:47Z Tikitiki $
|
*/
$tables[] = "CREATE TABLE mybb_adminlog (
| */
$tables[] = "CREATE TABLE mybb_adminlog (
|
Zeile 123 | Zeile 123 |
---|
uid int unsigned NOT NULL default '0', gid int unsigned NOT NULL default '0', oldgroup int unsigned NOT NULL default '0',
|
uid int unsigned NOT NULL default '0', gid int unsigned NOT NULL default '0', oldgroup int unsigned NOT NULL default '0',
|
| oldadditionalgroups text NOT NULL, olddisplaygroup int NOT NULL default '0',
|
admin int unsigned NOT NULL default '0', dateline bigint(30) NOT NULL default '0', bantime varchar(50) NOT NULL default '',
| admin int unsigned NOT NULL default '0', dateline bigint(30) NOT NULL default '0', bantime varchar(50) NOT NULL default '',
|
Zeile 297 | Zeile 299 |
---|
message text NOT NULL, headers text NOT NULL, PRIMARY KEY(mid)
|
message text NOT NULL, headers text NOT NULL, PRIMARY KEY(mid)
|
);";
| ) TYPE=MyISAM;";
|
$tables[] = "CREATE TABLE mybb_moderatorlog ( uid int unsigned NOT NULL default '0',
| $tables[] = "CREATE TABLE mybb_moderatorlog ( uid int unsigned NOT NULL default '0',
|