Packages

SQL query builder core for Gleam

Current section

Files

Jump to
galchemy include galchemy@schema@diff_AddIndex.hrl
Raw

include/galchemy@schema@diff_AddIndex.hrl

-record(add_index, {
table :: galchemy@schema@diff:table_ref(),
index :: galchemy@schema@model:index_schema()
}).