Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeColumnSpec ¶
type ChangeIndexSpec ¶
type CreateColumnSpec ¶
type CreateIndexSpec ¶
type CreateTableSpec ¶
type DDLSpec ¶
type DDLSpec struct {
Statement string `json:"statement"`
}
func (*DDLSpec) UnmarshalJSON ¶
type RemoveColumnSpec ¶
type RemoveColumnSpec struct {
Name string `json:"name"`
}
type RemoveIndexSpec ¶
type RemoveIndexSpec struct {
Name string `json:"name"`
}
type RemoveTableSpec ¶
type RemoveTableSpec struct {
Name string `json:"name"`
}
type RenameColumnSpec ¶
type RenameIndexSpec ¶
type RenameTableSpec ¶
Click to show internal directories.
Click to hide internal directories.