MigrationDraft<TPlan extends PlannedMigration> constructor
const
MigrationDraft<TPlan extends PlannedMigration> ({})
Creates a migration draft.
Implementation
const MigrationDraft({
required this.name,
required this.generatedAt,
required this.plan,
required this.beforeSchema,
required this.afterSchema,
required this.providerName,
});