pub fn column_schemas_to_defs( column_schemas: Vec<ColumnSchema>, primary_keys: &[String], ) -> Result<Vec<ColumnDef>>