fn column_def(name: &str, type: &DataType, nullable: bool) -> String
"name" <type>[ NOT NULL] for a table column.
"name" <type>[ NOT NULL]