IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Run migrationsUltimate

Last modified: 29 June 2021

After you reviewed changes in the object source code, you can submit these changes to a database. When you press the Submit button (the Submit button) in the Database changes tool window, you see the Object Migration dialog. The Object Migration dialog displays a migration script for the object.

A migration script is code that changes all database or a part of it. You can use migration scripts to add or remove a column, upgrade the database version, or change column properties.

IntelliJ IDEA can automatically generate a migration script but you must check it before running.

You can use a migration tool for the following types of SQL objects: procedures, functions, views, materialized views, rules (PostgreSQL), events (MySQL), scripts (Exasol), triggers (except for PostgreSQL).