LocalMigrationArtifact constructor
const
LocalMigrationArtifact({})
Creates a local migration artifact descriptor.
Implementation
const LocalMigrationArtifact({
required this.name,
required this.directoryPath,
required this.beforeSchema,
required this.afterSchema,
required this.migrationSql,
required this.warnings,
required this.statementCount,
required this.rebuildRequired,
required this.checksum,
});