GetColumns returns table columns in database
(dst Tabler, filter func(columnMeta ColumnMeta) bool)
| 163 | RenameTable(oldName, newName string) errors.Error |
| 164 | // GetColumns returns table columns in database |
| 165 | GetColumns(dst Tabler, filter func(columnMeta ColumnMeta) bool) (cms []ColumnMeta, err errors.Error) |
| 166 | // GetPrimaryKeyFields get the PrimaryKey from `gorm` tag |
| 167 | GetPrimaryKeyFields(t reflect.Type) []reflect.StructField |
| 168 | // RenameColumn renames column name for specified table |
no outgoing calls
no test coverage detected