Packages

SQL query builder core for Gleam

Current section

Files

Jump to
galchemy include galchemy@schema@migration@postgres_MigrationPlan.hrl
Raw

include/galchemy@schema@migration@postgres_MigrationPlan.hrl

-record(migration_plan, {
name :: binary(),
operations :: list(galchemy@schema@diff:schema_operation()),
statements :: list(binary())
}).