OnCreateQuery constructor

OnCreateQuery(
  1. String sql
)

Create a query that will be run in the default onCreate migration.

Implementation

OnCreateQuery(String sql) : this.byDialect({SqlDialect.sqlite: sql});