Skip to content

Allow uuid shorthand and automatic primary key #77

@jasonmccreary

Description

@jasonmccreary

While uuid column types are support, they are currently a bit verbose to define.

It would be nice instead of the current definition of id: uuid primary, to be able to simply use a shorthand of uuid that would expand to id: uuid

This implies the use of the primary modifier if a user were to define id: uuid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions