InsertColumn constructor
const
InsertColumn(})
Implementation
const InsertColumn(
this.name,
this.definitionType, {
required this.onTable,
this.defaultValue,
this.autoincrement = false,
this.nullable = true,
this.unique = false,
});