menu
ormed_postgres package
documentation
migrations.dart
OrmMigrationRecordUpdateDto
OrmMigrationRecordUpdateDto.new const constructor
OrmMigrationRecordUpdateDto.new const constructor
dark_mode
light_mode
OrmMigrationRecordUpdateDto
constructor
const
OrmMigrationRecordUpdateDto
(
{
String
?
id
,
String
?
checksum
,
DateTime
?
appliedAt
,
int
?
batch
,
})
Implementation
const OrmMigrationRecordUpdateDto({ this.id, this.checksum, this.appliedAt, this.batch, });
ormed_postgres package
documentation
migrations
OrmMigrationRecordUpdateDto
OrmMigrationRecordUpdateDto.new const constructor
OrmMigrationRecordUpdateDto class