PostgresqlMigrationStatus class

Summary returned by PostgreSQL migration status checks.

Constructors

PostgresqlMigrationStatus({required int localMigrationCount, required int activeMigrationCount, required List<PostgresqlMigrationStatusIssue> issues})
Creates a migration status summary.
const

Properties

activeMigrationCount → int
Number of migrations currently active in database history.
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
isClean → bool
Whether the local artifacts and database history are in sync.
no setterinherited
issues → List<PostgresqlMigrationStatusIssue>
Status issues discovered during reconciliation.
finalinherited
localMigrationCount → int
Number of local migration directories found on disk.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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