checkExprSql property
CHECK expression source text (column-level). The DB engine re-parses this on demand. Stored as text so it survives JSON serialization.
Implementation
final String? checkExprSql;
CHECK expression source text (column-level). The DB engine re-parses this on demand. Stored as text so it survives JSON serialization.
final String? checkExprSql;