addColumn abstract method
void
addColumn(})
Implementation
void addColumn(
String name,
String type, {
bool nullable = false,
dynamic length,
bool unsigned = false,
bool zeroFill = false,
dynamic defaultValue,
String? comment,
String? collation,
String? expression,
String? virtuality,
bool increment = false,
bool unique = false,
});