schemaVersion property

int? schemaVersion
getter/setter pair

If the source database class overrides schemaVersion and returns a simple integer literal, stores that version.

This is optionally used by the migration tooling to store the schema in a versioned file.

Implementation

int? schemaVersion;