klyn.data.SchemaPlan.destructive
property
public readonly property destructive as Boolean:
Description

True when at least one operation may destroy data or structures.

if plan.destructive:
print("Review required")