Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-migrations

migration not rolling back

upgraded to Rails 4.2.6: rake db:migrate inserting column limits into schema.rb

What is the corresponding rollback?

How do I change a time column to an integer column in PostgreSQL with Rails?

How to set the current "version number" of migrations?

Delete model and migration file rails 4

Rails 4: SQLException: no such table:

Rails 3 migrations: boolean (mysql vs postgreSQL)

How do I update migrations when upgrading from a Rails 1.2.3 app?

Rails migrations over an existing database

rails migration: postgresql for md5 of random string as default

How can I convert all migration files into a single file in Rails?

How to rollback a single migration file in rails?

Remove Model and Table so can start again in Rails

Why can't I create an array as a column in a table in Rails?

Putting update logic in your migrations

Specify custom index name when using add_reference

What is a "circular argument reference" error, with activesupport time_zone?

Rails 3.1: can't write to column in same migration that adds it