Current section
Files
Jump to
Current section
Files
include/cquill@codegen@type_mapping_ColumnMeta.hrl
-record(column_meta, {
gleam_type :: cquill@codegen@type_mapping:gleam_type(),
is_auto_generated :: boolean(),
postgres_type :: binary(),
udt_name :: binary(),
column_name :: binary(),
is_nullable :: boolean()
}).