DropColumns drop column from the table
(table string, columnName ...string)
| 119 | AddColumn(table, columnName string, columnType ColumnType) errors.Error |
| 120 | // DropColumns drop column from the table |
| 121 | DropColumns(table string, columnName ...string) errors.Error |
| 122 | // Exec executes raw sql query |
| 123 | Exec(query string, params ...interface{}) errors.Error |
| 124 | // Cursor returns a database cursor, cursor is especially useful when handling big amount of rows of data |
no outgoing calls
no test coverage detected