Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: sqlite_db_tables.php 4249 2008-10-25 05:37:16Z Tikitiki $
| * $Id: sqlite_db_tables.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
$tables[] = "CREATE TABLE mybb_adminlog (
| */
$tables[] = "CREATE TABLE mybb_adminlog (
|
Zeile 170 | Zeile 170 |
---|
dateline int(10) NOT NULL default '0', starttime int(10) NOT NULL default '0', endtime int(10) NOT NULL default '0',
|
dateline int(10) NOT NULL default '0', starttime int(10) NOT NULL default '0', endtime int(10) NOT NULL default '0',
|
timezone int(3) NOT NULL default '0',
| timezone varchar(4) NOT NULL default '0',
|
ignoretimezone int(1) NOT NULL default '0', usingtime int(1) NOT NULL default '0', repeats TEXT NOT NULL );";
| ignoretimezone int(1) NOT NULL default '0', usingtime int(1) NOT NULL default '0', repeats TEXT NOT NULL );";
|