Migration Commands
Depending on the package manager you are using, you can work with any of the following commands.
To create a new migration you must use the command:
To run all pending migrations you need to use the command:
To see the list of migrations that have been executed you can run the command:
To revert the last migration you can run the command:
Last updated