mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-01 18:34:37 +00:00
5 lines
257 B
SQL
5 lines
257 B
SQL
-- ----------------------------
|
|
-- Table structure for t_operate_log
|
|
-- ----------------------------
|
|
ALTER TABLE `t_operate_log` ADD COLUMN `response` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '返回结果' AFTER `param` ;
|