pub fn add_column( table_name: &str, column_name: &str, definition: &str, ) -> Migration
Add column migration