Skip to content

Instance Method

cascade()

Adds a CASCADE clause to the DROP TABLE statement instructing that objects that depend on this table should also be dropped.
@discardableResult func cascade() -> Self