Instance Method
column(_:type:_:)
Add a new column to the table.
@discardableResult func column(_ column: any SQLExpression, type dataType: any SQLExpression, _ constraints: any SQLExpression...) -> Self
Instance Method
@discardableResult func column(_ column: any SQLExpression, type dataType: any SQLExpression, _ constraints: any SQLExpression...) -> Self