Skip to content

Instance Method

modifyColumn(_:type:_:)

Change an existing column’s type and constraints.
@discardableResult func modifyColumn(_ column: String, type dataType: SQLDataType, _ constraints: SQLColumnConstraintAlgorithm...) -> Self