Skip to content

Specify column length independent of the data type #6

@chriskapp

Description

@chriskapp

Currently we specify the length of a varchar column based on a concrete type i.e. CHAR100 or CHAR254, this is not very flexible since we can not use a different length. We should separate the data type from the length, so that it is possible to provide a custom length i.e. @tableColumnDatatype char (length=20).

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