pub fn create_table_up(table_name: &str, fields: &[Field]) -> StringExpand description
Builds the up() body for a create_table migration — a create_table
call carrying the declared columns, followed by any add_index calls for
:index fields.