Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$this->E_D("DROP TABLE IF EXISTS `db_cat_data`;");
|
||||
$this->E_C("CREATE TABLE `db_cat_data` (
|
||||
`catid` smallint(11) NOT NULL,
|
||||
PRIMARY KEY (`catid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8");
|
||||
$this->E_D("replace into `db_cat_data` values('11');");
|
||||
$this->E_D("replace into `db_cat_data` values('15');");
|
||||
$this->E_D("replace into `db_cat_data` values('22');");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user