Current section

Files

Jump to
parrot include parrot@internal@sqlc_Schema.hrl
Raw

include/parrot@internal@sqlc_Schema.hrl

-record(schema, {
comment :: binary(),
name :: binary(),
tables :: list(parrot@internal@sqlc:table())
}).