Skip to content

composite types don't work #309

Closed
@skariel

Description

@skariel

the following code

CREATE TYPE type_foo AS (
    x integer,
    y integer
);

CREATE TABLE tdd.solution (
    solution_id uuid DEFAULT uuid_generate_v4() PRIMARY KEY,
    bar foo
);

results in the following error:

 unknown PostgreSQL type: type_foo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions