宁夏库存日志

This commit is contained in:
sxu 2024-08-05 15:02:20 +08:00
parent 9c878111a0
commit bd5a69a0ea
1 changed files with 3 additions and 3 deletions

View File

@ -18,10 +18,10 @@ SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for bm_num_logs
-- Table structure for bm_storage_log
-- ----------------------------
DROP TABLE IF EXISTS `bm_num_logs`;
CREATE TABLE `bm_num_logs` (
DROP TABLE IF EXISTS `bm_storage_log`;
CREATE TABLE `bm_storage_log` (
`id` int NOT NULL AUTO_INCREMENT,
`model_title` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '模块',
`method` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '方法',