支持自定义线下出款分类
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
|
||||
ALTER TABLE manual_disbursements
|
||||
ADD COLUMN custom_category_name VARCHAR(50) NOT NULL DEFAULT '' COMMENT '自定义出款分类名称';
|
||||
|
||||
-- +goose Down
|
||||
|
||||
ALTER TABLE manual_disbursements
|
||||
DROP COLUMN custom_category_name;
|
||||
Reference in New Issue
Block a user