Skip to content

feat: migrations to alter tables #2

Open
@francescovallone

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions