includeTableAlterOperations property
Includes any data definition language (DDL) operations that change the table
in the control data, such as rename-table
,
drop-table
, add-column
, drop-column
,
and rename-column
. The default is false
.
Implementation
final bool? includeTableAlterOperations;