checkExprSql property

String? checkExprSql
final

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;