defaultValue property
The default value of the column, if any, as a string representation.
Example: CURRENT_TIMESTAMP, \'active\'::character varying.
Implementation
final String? defaultValue;
The default value of the column, if any, as a string representation.
Example: CURRENT_TIMESTAMP, \'active\'::character varying.
final String? defaultValue;