newColumns property

List<GeneratedColumn<Object>> newColumns
final

A list of new columns that are known to not exist in the database yet.

If these columns aren't set through the columnTransformer, they must have a default value.

Implementation

final List<GeneratedColumn> newColumns;