Module fire_postgres::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§