HasTable checks if table exists
(table interface{})
| 157 | DropTables(dst ...interface{}) errors.Error |
| 158 | // HasTable checks if table exists |
| 159 | HasTable(table interface{}) bool |
| 160 | // HasColumn checks if column exists |
| 161 | HasColumn(table interface{}, columnName string) bool |
| 162 | // RenameTable renames table name |
no outgoing calls
no test coverage detected