Flyway Init Database Type Setting
Published 15 January 2025
Description
The database type of the project.
Will set databaseType
in the generated configuration file.
The generated configuration file will contain default configurations appropriate to the specified database type.
Type
String
Default
This is normally a required parameter of the
init
command. This is only optional when importing a project from SQL Source Control or Source Control for Oracle.
Usage
Command-line
./flyway init -name="My Project" -databaseType="sqlserver"