octavius-postgresql
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
migrations
/
io.github.octaviusframework.migrations.execution
/
MigrationInfo
/
MigrationInfo
Migration
Info
internal
constructor
(
version
:
MigrationVersion
?
,
description
:
String
,
script
:
String
,
origin
:
String
?
,
checksum
:
Long
?
,
status
:
MigrationStatus
,
applied
:
AppliedMigration
?
)