反馈增加字段
This commit is contained in:
parent
b78098ab69
commit
3d0d1de889
2
1724898675_change_feedback.up.sql
Normal file
2
1724898675_change_feedback.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_feedback`
|
||||||
|
ADD COLUMN `is_bug` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0:需求 1:bug' AFTER `mobile`;
|
Loading…
Reference in New Issue
Block a user