Error returned when query inference references a column Postgres cannot find.
Summary
Types
@type t() :: %Squirrelix.Error.MissingPostgresColumn{ column: String.t() | nil, content: String.t(), file: String.t(), message: String.t(), position: pos_integer() | nil, starting_line: pos_integer() }