emptyAsNull property
A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR
fields as NULL. A value of true
sets empty CHAR and VARCHAR
fields to null. The default is false
.
Implementation
final bool? emptyAsNull;
A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR
fields as NULL. A value of true
sets empty CHAR and VARCHAR
fields to null. The default is false
.
final bool? emptyAsNull;