renewenewsyh_1.php
1.02 KB
<?php
@include("../../inc/header.php");
/*
SoftName : EmpireBak
Author : wm_chief
Copyright: Powered by www.phome.net
*/
E_D("DROP TABLE IF EXISTS `renewenewsyh`;");
E_C("CREATE TABLE `renewenewsyh` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`yhname` varchar(30) NOT NULL DEFAULT '',
`yhtext` varchar(255) NOT NULL DEFAULT '',
`hlist` int(11) NOT NULL DEFAULT '0',
`qlist` int(11) NOT NULL DEFAULT '0',
`bqnew` int(11) NOT NULL DEFAULT '0',
`bqhot` int(11) NOT NULL DEFAULT '0',
`bqpl` int(11) NOT NULL DEFAULT '0',
`bqgood` int(11) NOT NULL DEFAULT '0',
`bqfirst` int(11) NOT NULL DEFAULT '0',
`bqdown` int(11) NOT NULL DEFAULT '0',
`otherlink` int(11) NOT NULL DEFAULT '0',
`qmlist` int(11) NOT NULL DEFAULT '0',
`dobq` tinyint(1) NOT NULL DEFAULT '0',
`dojs` tinyint(1) NOT NULL DEFAULT '0',
`dosbq` tinyint(1) NOT NULL DEFAULT '0',
`rehtml` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8");
@include("../../inc/footer.php");
?>