ColumnDto constructor
const
ColumnDto({})
Implementation
const ColumnDto({
required this.name,
required this.type,
required this.rawType,
required this.isNullable,
required this.isPrimaryKey,
this.foreignKey,
});