Top "Database-migration" questions

database-migration is the process of transferring data between storage types, formats, or computer systems.

Database migrations in a complex branching system

In our current development workflow we have introduced database migrations (using Ruckusing) to keep our developers' db schema's in sync. …

git git-branch database-migration database-versioning
Knex migration in postgres Heroku - Error: Unable to acquire connection

I am trying to run my first migration which creates a single table in a Heroku postgres database. When I …

node.js heroku database-migration knex.js heroku-postgres
Option for Cascade Delete for References or On Delete

In Rails 4.2, when creating a table or adding a reference via references or add_reference how do you specify that …

ruby-on-rails ruby-on-rails-4 database-migration
How does django know which migrations have been run?

How does django know whether a migration has been applied yet? It usually gets it right, but when it doesn't …

python django database-migration django-migrations
Laravel Migrations Naming Convention

Is there a naming convention or guide that one should follow while naming Laravel migrations or should the name only …

php laravel naming-conventions database-migration
run sql scripts with fluentmigrator

I have SQL script: CREATE TABLE TESTTABLE1( ID_TESTTABLE1 NUMBER (18) NOT NULL, TESTTABLE_VALUE1 NUMBER (18), TESTTABLE_KEY1 NUMBER (18)) and use …

c# .net oracle11g database-migration fluent-migrator
PostgreSQL: add_column "after" option usage in Rails migration

I'm trying to add a new column, 'latitude', to an existing Postgres table, after the 'location' column. Using this syntax …

ruby-on-rails postgresql hash database-migration
Yii automatic db migrations

I have setup my first db migration using the built in migration tools of yii, and locally i can run ./…

php database-migration yii
Migrating products data from opencart to magento

I have a opencart based shopping cart site.. Now I would like to convert it into a magento site.. I've …

magento opencart data-migration database-migration
impdp in Oracle. Why it does not create users?

I am newbie in oracle and I am facing troubles with impdp. I have a production server and I have …

oracle database-migration datapump impdp