Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-migrations

Are Doctrine migrations usable in production applications?

Creating model and index through one-line command?

Migrating DATA - not just schema, Rails

Deleting table from schema - Rails

How to create a column of type tinyint(2) or tinyint(3) in Ruby on Rails?

How to reset auto increment field in a ActiveRecord migration?

Why do I need to migrate the test database in Rails?

schema.rb messed up due to migrations in other branches

What determines if rails includes id: :serial in a table definition?

Setting up Discourse on Ubuntu 12.04 LTS

rails g migration "command" to generate column rename migration?

Rails migration change sequence or order

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