Releases: helloarman/dumptable
1.4.20
1.14.18
chore: updated typo
refactor: removed comments
1.4.15
fix: updated logic and updated errors
1.4.12
fix: fixed logic on file
1.4.11
feat: added align migration command.
feat: added refresh and seed command.
feat: added new call command for default.
feat: added -d flag for restore command.
chore: updated command comments.
chore: updated logic.
chore: cleaning code.
fix: fixed some bugs
1.4.9
What's Changed
feat: added align migration command.
feat: added refresh and seed command.
feat: added new call command for default.
feat: added -d flag for restore command.
chore: updated command comments.
chore: updated logic.
chore: cleaning code.
1.0.3
fix: removed duplicate data
0.1.5
In Laravel, updating a migration typically requires altering the entire table, which can result in the loss of data in other tables. This can be problematic if you have valuable data stored in those tables. This package allows you to update a single migration file for a specific table without affecting data in other tables, ensuring data integrity across your database.