fixed 审批utf8mb4

This commit is contained in:
2023-05-18 09:32:36 +08:00
parent b5553e2c97
commit 67f3a87afc

View File

@@ -0,0 +1,5 @@
class AddForgeAppliedMessageUtf8mb4 < ActiveRecord::Migration[5.2]
def change
execute("ALTER TABLE `forge_applied_messages` MODIFY `name` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
end
end