Browse Source

fixed 审批utf8mb4

pull/343/head
xxq250 3 years ago
parent
commit
ee62c394fc
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      db/migrate/20230518012718_add_forge_applied_message_utf8mb4.rb

+ 5
- 0
db/migrate/20230518012718_add_forge_applied_message_utf8mb4.rb 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

Loading…
Cancel
Save