GetPrimaryKeyFields get the PrimaryKey from `gorm` tag
(t reflect.Type)
| 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 |
| 169 | RenameColumn(table, oldColumnName, newColumnName string) errors.Error |
| 170 | // ModifyColumnType modifies column type |
no outgoing calls
no test coverage detected