Class TableDiff

Hierarchy

  • TableDiff

Constructors

Properties

addedColumns: Column[] = []
addedFKs: ForeignKey[] = []
addedIndices: IndexModel[] = []
addedPKColumns: Column[] = []
from: Table
modifiedColumns: ColumnDiff[] = []
modifiedFKs: [from: ForeignKey, to: ForeignKey][] = []
modifiedIndices: [from: IndexModel, to: IndexModel][] = []
removedColumns: Column[] = []
removedFKs: ForeignKey[] = []
removedIndices: IndexModel[] = []
removedPKColumns: Column[] = []
renamedColumns: [from: Column, to: Column][] = []
renamedPKColumns: [from: Column, to: Column][] = []
to: Table

Methods

Generated using TypeDoc