Rolling back is a complicated process and it'd be sweeeeet if this package handled when to run database rollbacks. It'd require looking at the current/target releases to figure out how many/which migrations needed to be rolled back. This might be able to be accomplished by looking at the output of a diff between the releases? If it required a database connection, a Laravel package might be in order.