MigrationsCompanion constructor
const
MigrationsCompanion({
- Value<
int> id = const Value.absent(), - Value<
String> name = const Value.absent(), - Value<
MigrationState> migrationState = const Value.absent(), - Value<
DateTime?> start = const Value.absent(), - Value<
DateTime?> finish = const Value.absent(),
Implementation
const MigrationsCompanion({
this.id = const Value.absent(),
this.name = const Value.absent(),
this.migrationState = const Value.absent(),
this.start = const Value.absent(),
this.finish = const Value.absent(),
});