AlterColumnOperation represents operations that can be performed on columns
| 37 | |
| 38 | // AlterColumnOperation represents operations that can be performed on columns |
| 39 | type AlterColumnOperation int |
| 40 | |
| 41 | const ( |
| 42 | AlterColumnSetDefault AlterColumnOperation = iota |
no outgoing calls
no test coverage detected