defaultSql property
The default constraint's expression, as SQL Server stores it.
hasDefault says a default exists; this says what it is, which is what lets a drift report explain a change instead of only announcing one.
Implementation
final String? defaultSql;