<?php // // +---------------------------------------------------------------------------+ // | Nitro :: Tests :: Data :: DB | // +---------------------------------------------------------------------------+ // | Copyright (c) 2003 June Systems BV | // +---------------------------------------------------------------------------+ // | This library is free software; you can redistribute it and/or modify it | // | under the terms of the GNU Lesser General Public License as published by | // | the Free Software Foundation; either version 2.1 of the License, or (at | // | your option) any later version. | // | | // | This library is distributed in the hope that it will be useful, but | // | WITHOUT ANY WARRANTY; without even the implied warranty of | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser | // | General Public License for more details. | // | | // | You should have received a copy of the GNU Lesser General Public License | // | along with this library; if not, write to the Free Software Foundation, | // | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | // +---------------------------------------------------------------------------+ // | Authors: Siggi Oskarsson <hide@address.com> | // +---------------------------------------------------------------------------+ // // $Id: Structure.inc.php 141 2007-07-04 09:35:59Z oli $ // $Query = " CREATE TABLE `LanguageString` ( `LanguageStringID` bigint(20) unsigned NOT NULL auto_increment, `IDString` varchar(50) NOT NULL default '', `CreatedByUserID` int(10) unsigned NOT NULL default '0', `CreatedOn` datetime NOT NULL default '0000-00-00 00:00:00', `EditedByUserID` int(10) unsigned default NULL, `EditedOn` datetime default NULL, PRIMARY KEY (`LanguageStringID`), UNIQUE KEY `IDString` (`IDString`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; "; ?>