Preparing search index...
The search index is not available
Deepkit
Deepkit
sql
TableDiff
Class TableDiff
Hierarchy
TableDiff
Index
Constructors
constructor
Properties
added
Columns
addedFKs
added
Indices
addedPKColumns
from
modified
Columns
modifiedFKs
modified
Indices
removed
Columns
removedFKs
removed
Indices
removedPKColumns
renamed
Columns
renamedPKColumns
to
Methods
has
Modified
Pk
to
String
Constructors
constructor
new
Table
Diff
(
from
:
Table
, to
:
Table
)
:
TableDiff
Parameters
from:
Table
to:
Table
Returns
TableDiff
Properties
added
Columns
added
Columns
:
Column
[]
= []
addedFKs
addedFKs
:
ForeignKey
[]
= []
added
Indices
added
Indices
:
IndexModel
[]
= []
addedPKColumns
addedPKColumns
:
Column
[]
= []
from
from
:
Table
modified
Columns
modified
Columns
:
ColumnDiff
[]
= []
modifiedFKs
modifiedFKs
:
[
from
:
ForeignKey
,
to
:
ForeignKey
]
[]
= []
modified
Indices
modified
Indices
:
[
from
:
IndexModel
,
to
:
IndexModel
]
[]
= []
removed
Columns
removed
Columns
:
Column
[]
= []
removedFKs
removedFKs
:
ForeignKey
[]
= []
removed
Indices
removed
Indices
:
IndexModel
[]
= []
removedPKColumns
removedPKColumns
:
Column
[]
= []
renamed
Columns
renamed
Columns
:
[
from
:
Column
,
to
:
Column
]
[]
= []
renamedPKColumns
renamedPKColumns
:
[
from
:
Column
,
to
:
Column
]
[]
= []
to
to
:
Table
Methods
has
Modified
Pk
has
Modified
Pk
(
)
:
boolean
Returns
boolean
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Deepkit
angular-
universal
api-
console-
api
api-
console-
module
app
broker
bson
core
core-
rxjs
create-
app
crypto
event
framework
framework-
debug-
api
http
injector
logger
mongo
mysql
orm
orm-
browser-
api
orm-
integration
postgres
rpc
rpc-
tcp
skeleton
sql
sqlite
stopwatch
template
type
type-
compiler
workflow
Table
Diff
constructor
added
Columns
addedFKs
added
Indices
addedPKColumns
from
modified
Columns
modifiedFKs
modified
Indices
removed
Columns
removedFKs
removed
Indices
removedPKColumns
renamed
Columns
renamedPKColumns
to
has
Modified
Pk
to
String
Generated using
TypeDoc