generatedExprSql property
GENERATED ALWAYS AS (<expr>) [VIRTUAL|STORED] source. When set, the
column's value is computed from this expression at INSERT/UPDATE time.
Implementation
final String? generatedExprSql;
GENERATED ALWAYS AS (<expr>) [VIRTUAL|STORED] source. When set, the
column's value is computed from this expression at INSERT/UPDATE time.
final String? generatedExprSql;