sql property

List<String>? sql
final

SQL statements equivalent to transform, run verbatim in order. Required for the SQL migration path; ignored by the map-based path.

Implementation

final List<String>? sql;