Migration class

Constructors

Migration({required List<Type> tables})

Properties

currentUpgradeSqlPath String
no setter
currentVersionPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
holder ↔ DeclarationHolder
getter/setter pair
latestVersionPath String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tables List<Type>
getter/setter pair
versionsDirectory String
no setter
workingDirectory String
no setter

Methods

diffVersion() → void
executeCommand(String command) → void
generateFiles() → void
newVersion() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registTable(Type tp) → void
releaseVersion() → void
targetVersionUpgradeSQLPath(String versionPath) String
toString() String
A string representation of this object.
inherited
versionInFilePath(String filePath) String

Operators

operator ==(Object other) bool
The equality operator.
inherited