This commit is contained in:
yystopf 2023-03-09 16:16:49 +08:00
parent 2600eacb34
commit b869226f51
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
class ChangeUserMixinFieldCollate < ActiveRecord::Migration[5.2]
def change
execute("ALTER TABLE `users` MODIFY `login` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
execute("ALTER TABLE `users` MODIFY `mail` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
end
end