Packages

Type-Safe, ORM-like SQL Library for gleam

Current section

Files

Jump to
starmap include starmap@schema_ForeignKey.hrl
Raw

include/starmap@schema_ForeignKey.hrl

-record(foreign_key, {ref_table :: binary(), ref_column :: binary()}).