Instance Method
modifyColumn(_:type:_:)
Change an existing column’s type and constraints.
@discardableResult func modifyColumn(_ column: any SQLExpression, type dataType: any SQLExpression, _ constraints: [any SQLExpression]) -> Self
Instance Method
@discardableResult func modifyColumn(_ column: any SQLExpression, type dataType: any SQLExpression, _ constraints: [any SQLExpression]) -> Self