Skip to content

Instance Method

behavior(_:)

The drop behavior clause specifies if objects that depend on a table should also be dropped or not when the table is dropped, for databases that support this.
@discardableResult func behavior(_ behavior: SQLDropBehavior) -> Self