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