Skip to content

Storing lists of strings in postgresql database leads to every string having "s" prepended to it #801

@tysonzero

Description

@tysonzero

Pretty much title, if I insert ["foo", "bar", "baz"] into the database via some field that has type [String], and then I look at the database directly, I have ["sfoo", "sbar", "sbaz"], which I would prefer not to have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions