package
Version:
v0.1.19
Opens a new window with list of versions in this module.
Published: Jan 14, 2026
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Diff curr and next table for migration
curr from catalog scanning
next from current tables define from code ast
const (
ACT_DROP_IDX ActType = iota + 1
ACT_DROP_COL
ACT_KEEP_COL
ACT_RENAME_COL
ACT_MODIFY_COL
ACT_CREATE_COL
ACT_CREATE_IDX
ACT_CREATE_TABLE
)
const (
MODE_CREATE_TABLE Mode = 1 << iota
MODE_DRY_RUN
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.