defaultValue property

String? defaultValue
final

The default value of the column, if any, as a string representation. Example: CURRENT_TIMESTAMP, \'active\'::character varying.

Implementation

final String? defaultValue;