<p>Did you ever broke Laravel migrations and had to fix the database manually? When creating/editing tables and columns, for applications or packages, sometimes I just mess the things up and get stuck with a migration I cannot rollback, because a table was created but it not ended successfully so the record wasn't inserted in the migrations table, and can't go forward either, because the table has already been created and now it's in the way. What about not having that anymore?</p>