fixed 审批utf8mb4
This commit is contained in:
parent
bea6442a1c
commit
ee62c394fc
|
@ -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…
Reference in New Issue