-- MySql表结构 导出数据
-- 数据库名: shop_dev
------------------------------
-- 创建表: admin_access
------------------------------
DROP TABLE IF EXISTS `admin_access`;
CREATE TABLE `admin_access` (
`role_id` smallint(6) unsigned NOT NULL,
`node_id` smallint(6) unsigned NOT NULL,
`level` tinyint(1) NOT
1