Values.ColumnSourceContains metadata for a column in a table.
type nonrec t = {name : NameString.t option;The name of the column.
*)type_ : TypeString.t option;The data type of the column.
*)comment : CommentString.t option;Optional information about the column.
*)}