Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify column length independent of the data type #6

Open
chriskapp opened this issue Nov 3, 2020 · 0 comments
Open

Specify column length independent of the data type #6

chriskapp opened this issue Nov 3, 2020 · 0 comments

Comments

@chriskapp
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant