From f78c1d5feb1b800b5afdf743821bf4c8672843a6 Mon Sep 17 00:00:00 2001 From: gongchunyi <deslre0381@gmail.com> Date: 星期五, 13 三月 2026 11:45:02 +0800 Subject: [PATCH] refactor: 代码回退 --- doc/宁夏-中盛建材.sql | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/doc/\345\256\201\345\244\217-\344\270\255\347\233\233\345\273\272\346\235\220.sql" "b/doc/\345\256\201\345\244\217-\344\270\255\347\233\233\345\273\272\346\235\220.sql" index 64a938d..f9803fe 100644 --- "a/doc/\345\256\201\345\244\217-\344\270\255\347\233\233\345\273\272\346\235\220.sql" +++ "b/doc/\345\256\201\345\244\217-\344\270\255\347\233\233\345\273\272\346\235\220.sql" @@ -167,3 +167,7 @@ ROW_FORMAT = Dynamic; SET FOREIGN_KEY_CHECKS = 1; + + +alter table production_plan + add status tinyint default 0 not null comment '鐘舵�� 0鏈笅鍙� 1宸蹭笅鍙�'; -- Gitblit v1.9.3