FlywayConfiguration.

Table Property

Summary

Name of Flyway's metadata table (default: schema_version)

By default (single-schema mode) the metadata table is placed in the default schema for the connection provided by the datasource. When the flyway.schemas property is set (multi-schema mode), the metadata table is placed in the first schema of the list.

Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public string Table { get; set; }

Value

Type Description
string