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