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

Checking that the length property is not assigned to type number #438

Open
niusia-ua opened this issue Jan 5, 2023 · 0 comments
Open

Checking that the length property is not assigned to type number #438

niusia-ua opened this issue Jan 5, 2023 · 0 comments

Comments

@niusia-ua
Copy link

Description
By analogy with the string type being converted to varchar, I wanted to limit the length of the number. After the command metasql c, a type integer(<precision>) was generated in the database.sql file, using which will result in an error when attempting to migrate.

Solution
I suggest adding a check that the property length is not used in relation to the type number.

Alternatives
You can also use numeric(<precision>) when generating sql.

Additional context
Driver: Postgres.

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