-- 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
2021-01-28 22:04:13 2KB mysql mysql导出结构
1