OnCreateQuery constructor

OnCreateQuery(
  1. String sql
)

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

Implementation

OnCreateQuery(this.sql);