create

open fun create(version: String, name: String)

Generate database migration dll's. Run this function once in development after you changed something in the database classes.

Parameters

version

The semantic version string of the database.

name

The name of this migration.

Throws

If the files can't be written.