Back to Flyway

SQL Server Inline Fulltext Fields Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Behavior Options Namespace/SQL Server Inline Fulltext Fields Setting.md

latest490 B
Original Source

Description

Script out fulltext indexes as a single CREATE statement instead of may ALTER statements.

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.inlineFulltextFields=true

TOML Configuration File

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