Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-migrations

Change foreign key column name in rails

Updating migration timestamps in feature branches

Rails Migration for ID Column to Start at 1,000 and Autoincrement Up From There?

What's a good way to clean up my migrations in Rails?

Couldn't run migration after spring update in Rails

Rails: "t.references" not working when creating index

Rails 3.2.6 & database views creation through migrations

Rails: how to rollback a botched migration

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