autoMigrate property
Whether to reconcile the store's shape with schema during
initialize() — after the manual migrations chain runs. Missing
declared columns are added (renames honored via
DatumFieldSpec.renamedFrom hints); undeclared columns are kept and
warned about unless autoMigrateDropColumns is on.
Implementation
final bool autoMigrate;