Skip to content
Vapor Week is coming 14th September!

Instance Method

modifyColumn(_:type:_:)

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