Skip to content

View support #193

Closed
Closed
@maxhawkins

Description

@maxhawkins
CREATE TABLE foo (bar INT);

CREATE VIEW baz AS
  SELECT *
  FROM foo;

Should generate:

type Foo struct {
  Bar int
}
type Baz struct {
  Bar int
}

Currently no structs are generated for views.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions