ColumnSnapshot constructor
const
ColumnSnapshot({})
Creates a snapshot of a single column.
Implementation
const ColumnSnapshot({
required this.name,
required this.type,
required this.isNullable,
this.primaryKey = false,
this.autoIncrement = false,
this.defaultValue,
this.foreignKey,
});