DbColumn constructor
const
DbColumn(})
Implementation
const DbColumn(
this.name,
this.type, {
this.nullable = false,
this.unique = false,
this.primaryKey = false,
this.autoIncrement = false,
this.references,
this.defaultValue,
});