AddColumn add column for the table
(table, columnName string, columnType ColumnType)
| 117 | AutoMigrate(entity interface{}, clauses ...Clause) errors.Error |
| 118 | // AddColumn add column for the table |
| 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 |
no outgoing calls
no test coverage detected