Column constructor
const
Column({})
Implementation
const Column(
{this.type,
this.name,
this.length = 255,
this.width,
this.nullable = false,
this.readonly = false,
this.unique = false,
this.primary = false,
this.select = true,
this.generated = false,
this.relation,
this.attributeName});