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