Skip to content

Allow custom tables that don't use jsonb #33

Open
@yasserf

Description

@yasserf

Link to discussion somewhere in here #32

Idea is instead of doing this (in master currently):

id version val
mercedes 4 { "color": "black" }
vw 20 { "color": "red" }

we can do this:

id version color
mercedes 4 black
vw 20 red

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