pub type ColumnDefinition<T = Value> = (String, Type, Option<T>);
Type alias for the definition of a column for schema creation