Skip to content

Column Types implementation #20

@nvarscar

Description

@nvarscar

Add column types first class citizen to the Cluster object.

It should:

  • Be referenced by Columns and Procedures
  • have a method to return a SQL notation of said type with an optional length parameter
  • Implement properties available in pg_type , at least, partially.
  • Include system and user-defined types and have a property that qualifies both. Exclude types that start with _, if possible.
  • Be indexed by name

Metadata

Metadata

Assignees

No one assigned

    Labels

    SQLInvolves knowledge of Postgres/SQLenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions