添加字段 BundlePayPrice -> rollback

This commit is contained in:
jhc 2023-05-16 10:52:24 +08:00
parent 660bbce0c9
commit 8588b16469

View File

@ -35,6 +35,7 @@ func migration() {
addColumn(&Approval{}, "value_json")
addColumn(&BundlePayPrice{}, "status")
addColumn(&BundlePayPrice{}, "artist_name")
addColumn(&BundlePayPrice{}, "rollback")
addColumn(&ApprovalExhibition{}, "art_exhibition_detail")
addColumn(&ApprovalExhibition{}, "artworks")