Skip to content

Support custom mapping types #13

@phochste

Description

@phochste

Currently the data mapping only allows string, integer,binary,datetime but doesn't check for other types like int4, int2, bool. Make it an option to use an exact data type when speficied. E.g.

bags:
        data:
                mapping:
                    _id:
                        type: 'varchar(255)'
                        required: 1
                        index: 1
                        column: handle
                        unique: 1

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