SingleColumnChange constructor

SingleColumnChange({
  1. bool? array,
  2. int? arrayLength,
  3. bool? autoGenerated,
  4. String? charset,
  5. String? collation,
  6. String? comment,
  7. Map<String, Object?>? customFeatures,
  8. String? dataType,
  9. int? fractionalSecondsPrecision,
  10. String? length,
  11. bool? nullable,
  12. int? precision,
  13. int? scale,
  14. List<String>? setValues,
  15. bool? udt,
})

Implementation

SingleColumnChange({
  this.array,
  this.arrayLength,
  this.autoGenerated,
  this.charset,
  this.collation,
  this.comment,
  this.customFeatures,
  this.dataType,
  this.fractionalSecondsPrecision,
  this.length,
  this.nullable,
  this.precision,
  this.scale,
  this.setValues,
  this.udt,
});