Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SchemaHandlers = map[string]process.Handler{
"create": processSchemaCreate,
"drop": processSchemaDrop,
"tables": processSchemaTables,
"tableget": processSchemaTableGet,
"tablecreate": processSchemaTableCreate,
"tabledrop": processSchemaTableDrop,
"tablerename": processSchemaTableRename,
"tablediff": processSchemaTableDiff,
"tablesave": processSchemaTableSave,
"columnadd": processSchemaColumnAdd,
"columnalt": processSchemaColumnAlt,
"columndel": processSchemaColumnDel,
"indexadd": processSchemaIndexAdd,
"indexdel": processSchemaIndexDel,
}
SchemaHandlers Processes
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.