Type Alias ColumnDefinition

Source
pub type ColumnDefinition<T = Value> = (String, Type, Option<T>);
Expand description

Type alias for the definition of a column for schema creation