欢迎来到 54818模板网!这是一个yzmcms的模板分享站。

yzm_urlrule

相关案例演示

/**(V3.1 新增)
 * URL规则表
 */
CREATE TABLE `yzm_urlrule` (
  `urlruleid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `catid` smallint(5) unsigned NOT NULL DEFAULT '0',  //V3.5 删除
  `catdir` varchar(20) NOT NULL DEFAULT '',  //V3.5 删除
  `category_urlrule` varchar(255) NOT NULL DEFAULT '',  //V3.5 删除
  `content_urlrule` varchar(255) NOT NULL DEFAULT '',   //V3.5 删除
  `name` varchar(50) NOT NULL DEFAULT '' COMMENT '规则名称',  //V3.5 新增
  `urlrule` varchar(100) NOT NULL DEFAULT '' COMMENT 'URL规则',  //V3.5 新增
  `route` varchar(100) NOT NULL DEFAULT '' COMMENT '指向的路由',  //V3.5 新增
  `listorder` tinyint(3) unsigned NOT NULL DEFAULT '50' COMMENT '优先级排序',   //V5.8 新增
  PRIMARY KEY (`urlruleid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    作者:54818模板网 关注:644 时间:2021-10-15 21:27:21
    相关网站教程