gamecreature

Published

13 January, 2021

gamecreature in Code Snippets | 13 January, 2021

Fix database collections

A new fix fo database collections (with supported emoticons)

ActiveRecord::Base.connection.tables.each do |table|
  ActiveRecord::Base.connection.execute( "ALTER TABLE `#{table}` CONVERT TO CHARACTER SET utf8mb4;")
end
gamecreature

Published

13 January, 2021

Independent Publisher empowered by WordPress