Back to Flyway

SQL Server Disable Auto Column Mapping Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Behavior Options Namespace/SQL Server Disable Auto Column Mapping Setting.md

latest509 B
Original Source

Description

When this option is selected, similarly named columns in mapped tables will not be automatically mapped.

Type

Boolean

Default

false

Usage

Flyway Desktop

This can be set from the comparison options settings in SQL Server projects.

Command-line

powershell
./flyway diff -redgateCompare.sqlserver.options.behavior.disableAutoColumnMapping=true

TOML Configuration File

toml
[redgateCompare.sqlserver.options.behavior]
disableAutoColumnMapping = true