Top "Dbmigrate" questions

Database migration framework.

How to rollback just one step using rake db:migrate

After adding migration files in the db/migrate folder and running rake db:migrate, I want get back to the …

ruby-on-rails rake dbmigrate
How to transfer my MySQL database to another computer?

I am using XAMPP package in my own desktop with Window 7 as OS. That means I'm using MySQL DB and …

php mysql xampp dbmigrate
Rails: I update migration file then run db:migrate, but my schema isn't updating

I'm trying to add an extra field to one of my tables. I've added the field in the migration file (…

ruby-on-rails dbmigrate schema.rb
How can I tell what changes 'rake db:migrate' will apply before applying them?

The command rake db:migrate will apply all relevant new migrations to a database and will list in the output …

ruby-on-rails rake dbmigrate
'Stuff' And 'FOR XML PATH' alternative in Mysql for the following stored prodedure of Ms-sql

I have the following query in Ms-Sql INSERT INTO tbl_web_price_update Select bd_book_code, Case When pd.…

mysql sql-server dbmigrate
DB2 add auto increment column to an existing table

I have a table with following schema in my DB2 database. CREATE TABLE IDN_OAUTH_CONSUMER_APPS ( CONSUMER_KEY VARCHAR (255) …

sql db2 auto-increment dbmigrate
PRIMARY KEY issue with creating tables in Rails using rake db:migrate command with mysql

My version of rails is 4.0.0, my version of mysql is Ver 14.14 Distrib 5.7.9, for Win64 (x86_64). I am operating of an …

mysql ruby-on-rails rake primary-key dbmigrate
How to import from sql dump to MongoDB?

I am trying to import data from MySQL dump .sql file to get imported into MongoDB. But I could not …

mysql sql-server mongodb hadoop dbmigrate
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support will be removed in Rails 4.0

Possible Duplicate: Rails 2.3-style plugins and deprecation warnings running task in Heroku I am running rake db:migrate gives me …

ruby-on-rails git heroku rake dbmigrate