Open
Description
Loxia allows the creation of migrations to alter the tables. It should expose a Migration
interface with two methods up
and down
.
The up
method is called when the migration is executed instead, the down
method is called on a rollback.
// TO-DO
Check which parameters should be used by both methods.
Metadata
Assignees
Labels
No labels