Skip to main content

column_def

Function column_def 

Source
fn column_def(name: &str, type: &DataType, nullable: bool) -> String
Expand description

"name" <type>[ NOT NULL] for a table column.