Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-migrations

Can I add comments to a table or column using ActiveRecord Migrations?

Heroku run rake db:migrate results in no change in the database, app restarted several times

How to do Rails migration involving Paperclip

How to add sequences to a migration and use them in a model?

Rails + Postgres migration - why am I receiving the error "PG::UndefinedFunction: ERROR: function gen_random_uuid() does not exist"?

Rails migration does not change schema.rb

Rails Migrations: tried to change the type of column from string to integer

Rails rake db:migrate has no effect

How to recognize migration direction (up or down) with Rails 3 style migrations (def change)?

Running migrations with Rails in a Docker container with multiple container instances

How can I remove a unique constraint from a database column in Rails?

How do I add migration with multiple references to the same model in one table? Ruby/Rails

How do I move a column (with contents) to another table in a Rails migration?

Add a reference column migration in Rails 5

Rails : migration for creating a fixed-length char(12) column

rails 3.2 migration cannot add index to create_table in change method

varchar Migration question for Ruby on Rails

Can I pass default value to rails generate migration?

Removing default value from Rails Migration

Best SQL indexes for join table