databaseVersion property

  1. @override
  2. @protected
int databaseVersion
final

The current version of the database. When changing the data structure, iterate the current version and confirm the corresponding changes in migrate

Implementation

@override
@protected
final int databaseVersion;