Versions in this module Expand all Collapse all v0 v0.1.0 Mar 11, 2024 Changes in this version + type ColumnDiff struct + NewColumn *table.Column + OldColumn *table.Column + type Diff struct + AddedTables []*table.Table + DeletedTables []*table.Table + ModifiedTables []*TableDiff + func CreateDiff(published, next *Model) *Diff + type Model struct + Domain *domain.Model + Graph *graph.Model + Meta *meta.Model + var SystemModel *Model + func New(c *meta.UMLMeta, metaId uint64) *Model + type ModifyAtom struct + ExcuteSQL string + UndoSQL string + type TableDiff struct + AddColumns []*table.Column + DeleteColumns []*table.Column + ModifyColumns []ColumnDiff + NewTable *table.Table + OldTable *table.Table