Migrator class abstract
- Implementers
Constructors
- Migrator()
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- queryBuilder → QueryBuilder
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  apply(StmtMigration migration) → Future< void> 
- 
  applyIfNotAlready(StmtMigration migration) → Future< bool> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  querySchemaVersion() → Future< String?> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  up() → Future< int> 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited