currentSchema property Null safety
The current state of the Schema.
During migration, this value will be modified as SchemaBuilder operations are executed. See SchemaBuilder.
Implementation
Schema? get currentSchema => database.schema;
The current state of the Schema.
During migration, this value will be modified as SchemaBuilder operations are executed. See SchemaBuilder.
Schema? get currentSchema => database.schema;