Class Postgres10_0Generator
Inheritance
Postgres10_0Generator
Assembly: FluentMigrator.Runner.Postgres.dll
Syntax
public class Postgres10_0Generator : PostgresGenerator, IMigrationGenerator
Constructors
|
Edit this page
View Source
Postgres10_0Generator(PostgresQuoter)
Declaration
public Postgres10_0Generator(PostgresQuoter quoter)
Parameters
|
Edit this page
View Source
Postgres10_0Generator(PostgresQuoter, IOptions<GeneratorOptions>)
Declaration
public Postgres10_0Generator(PostgresQuoter quoter, IOptions<GeneratorOptions> generatorOptions)
Parameters
|
Edit this page
View Source
Postgres10_0Generator(PostgresQuoter, IOptions<GeneratorOptions>, ITypeMap)
Declaration
protected Postgres10_0Generator(PostgresQuoter quoter, IOptions<GeneratorOptions> generatorOptions, ITypeMap typeMap)
Parameters
Implements