ColumnDef constructor
const
ColumnDef({})
Implementation
const ColumnDef({
required this.type,
this.primaryKeyName,
this.defaultValue,
this.notNull = false,
this.autoIncrement = true,
});
const ColumnDef({
required this.type,
this.primaryKeyName,
this.defaultValue,
this.notNull = false,
this.autoIncrement = true,
});