This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Flyway.
                            
	
		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 | 
