Property AutoCreateSchema
- Namespace
- Millrace.Storage.PostgreSql
- Assembly
- Millrace.Storage.PostgreSql.dll
AutoCreateSchema
Creates the schema and tables on first use (idempotent DDL). Disable when migrations
are managed at deploy time; call PostgreSqlStorage.InitializeAsync instead.
public bool AutoCreateSchema { get; set; }