Current section
Files
Jump to
Current section
Files
include/cquill@schema_Schema.hrl
-record(schema, {
source :: binary(),
table_schema :: gleam@option:option(binary()),
fields :: list(cquill@schema@field:field()),
primary_key :: list(binary()),
table_constraints :: list(cquill@schema:table_constraint()),
comment :: gleam@option:option(binary())
}).