添加 字段 rollback

main
jhc 1 year ago
parent 732d6fbe30
commit 26dd1a5672

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

Loading…
Cancel
Save