OnCreateQuery.byDialect constructor

OnCreateQuery.byDialect(
  1. Map<SqlDialect, String> sqlByDialect
)

Creates the entity of a query to run in the default onCreate migration.

The migrator will lookup a suitable query from the sqlByDialect map.

Implementation

OnCreateQuery.byDialect(this.sqlByDialect);