Module migrations

Source
Expand description

Migrations

How do migrations work

A migration is an sql script which can be executed on the database this script is only executed once and then stored in the database.

Structsยง

ExecutedMigration
Migrations
Holds all migrations