<?php // // +---------------------------------------------------------------------------+ // | Daphne :: TestData :: DB | // +---------------------------------------------------------------------------+ // | Copyright (c) 2006 Daphne Communication Management | // +---------------------------------------------------------------------------+ // | This source file is copyrighted by Daphne Communication Management BV, | // | the Netherlands. If you would like to use this file in your projects, | // | please contact hide@address.com | // +---------------------------------------------------------------------------+ // | Authors: Oli Oskarsson <hide@address.com> | // +---------------------------------------------------------------------------+ // // $Id: Structure.inc.php 229 2008-04-17 09:20:31Z oli $ // $Query = " CREATE TABLE `NewsCategory` ( `NewsCategoryID` int(11) NOT NULL auto_increment, `Name` varchar(125) NOT NULL default '', `Description` text, `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 (`NewsCategoryID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; "; ?>