klyn.data.sql.SQLSchemaPlan.sql
property
public readonly property sql as String:
Description

Ordered SQL DDL script for inspection or external migration tooling.

Unsupported operations are represented as SQL comments and cannot be applied through SchemaManager.

Returns

Auditable SQL script.

Example
print(plan.sql)