SQLQueryHelperjs - v1.2.6
Preparing search index...
index
SqliteTableSyncPreview
Interface SqliteTableSyncPreview
interface
SqliteTableSyncPreview
{
table
:
string
;
exists
:
boolean
;
action
:
"create"
|
"alter"
|
"rebuild"
|
"destructive-blocked"
|
"noop"
;
addColumns
:
string
[]
;
droppedColumns
:
string
[]
;
columnRenames
:
{
from
:
string
;
to
:
string
}
[]
;
caseOnlyRenames
:
{
from
:
string
;
to
:
string
}
[]
;
rebuildReasons
:
string
[]
;
blockingDependencies
:
SqliteDestructiveDependency
[]
;
indexesToCreate
:
string
[]
;
indexesToDrop
:
string
[]
;
indexesToRecreate
:
string
[]
;
requiresDestructiveApproval
:
boolean
;
requiresChangeTicket
:
boolean
;
blockedInProduction
:
boolean
;
}
Index
Properties
table
exists
action
add
Columns
dropped
Columns
column
Renames
case
Only
Renames
rebuild
Reasons
blocking
Dependencies
indexes
To
Create
indexes
To
Drop
indexes
To
Recreate
requires
Destructive
Approval
requires
Change
Ticket
blocked
In
Production
Properties
table
table
:
string
exists
exists
:
boolean
action
action
:
"create"
|
"alter"
|
"rebuild"
|
"destructive-blocked"
|
"noop"
add
Columns
addColumns
:
string
[]
dropped
Columns
droppedColumns
:
string
[]
column
Renames
columnRenames
:
{
from
:
string
;
to
:
string
}
[]
case
Only
Renames
caseOnlyRenames
:
{
from
:
string
;
to
:
string
}
[]
rebuild
Reasons
rebuildReasons
:
string
[]
blocking
Dependencies
blockingDependencies
:
SqliteDestructiveDependency
[]
indexes
To
Create
indexesToCreate
:
string
[]
indexes
To
Drop
indexesToDrop
:
string
[]
indexes
To
Recreate
indexesToRecreate
:
string
[]
requires
Destructive
Approval
requiresDestructiveApproval
:
boolean
requires
Change
Ticket
requiresChangeTicket
:
boolean
blocked
In
Production
blockedInProduction
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
table
exists
action
add
Columns
dropped
Columns
column
Renames
case
Only
Renames
rebuild
Reasons
blocking
Dependencies
indexes
To
Create
indexes
To
Drop
indexes
To
Recreate
requires
Destructive
Approval
requires
Change
Ticket
blocked
In
Production
SQLQueryHelperjs - v1.2.6
Loading...