Column constructor
const
Column({})
Implementation
const Column({
required this.name,
required this.type,
this.isPrimaryKey = false,
this.isNullable = true,
this.isIndexed = false,
});
const Column({
required this.name,
required this.type,
this.isPrimaryKey = false,
this.isNullable = true,
this.isIndexed = false,
});