defaultExprSql property

String? defaultExprSql
final

DEFAULT (<expr>) source text (column-level). Mutually optional with defaultValue; when both are present defaultValue wins as the cheap fast-path for plain literals.

Implementation

final String? defaultExprSql;