@kubator/sdk v0.0.1
Preparing search index...
index
MigrationOptions
Type Alias MigrationOptions
Options accepted when declaring a database migration.
type
MigrationOptions
=
{
retryOnFail
:
boolean
;
stage
?:
string
;
type
?:
string
;
[
option
:
string
]:
unknown
;
}
Indexable
[
option
:
string
]:
unknown
Index
Properties
retry
On
Fail
stage?
type?
Properties
retry
On
Fail
retryOnFail
:
boolean
Optional
stage
stage
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
retry
On
Fail
stage
type
@kubator/sdk v0.0.1
Loading...
Options accepted when declaring a database migration.