Current section
Files
Jump to
Current section
Files
include/glsql@resolve_ResolvedColumn.hrl
-record(resolved_column, {
sql_name :: binary(),
field_name :: binary(),
gleam_type :: binary(),
decoder :: binary(),
encoder :: binary(),
sql_type_name :: binary(),
nullable :: boolean(),
primary_key :: boolean(),
imports :: list(binary())
}).