Packages

SQL query builder core for Gleam

Current section

Files

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

include/galchemy@schema@migration@postgres_AppliedMigration.hrl

-record(applied_migration, {
name :: binary(),
applied_at :: binary(),
statement_count :: integer()
}).