Skip to content

Instantly share code, notes, and snippets.

@ozgun
Last active December 29, 2015 12:48
Show Gist options
  • Select an option

  • Save ozgun/7672506 to your computer and use it in GitHub Desktop.

Select an option

Save ozgun/7672506 to your computer and use it in GitHub Desktop.
Change text field to mediumtext field
change_column :post_translations, :field_name, :text, :limit => 64.kilobytes + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment