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

MySQL Float Unsigned #69

Open
ludvajs opened this issue Nov 2, 2019 · 2 comments
Open

MySQL Float Unsigned #69

ludvajs opened this issue Nov 2, 2019 · 2 comments

Comments

@ludvajs
Copy link

ludvajs commented Nov 2, 2019

I have a problem with attributes datatype float unsigned, program doesn't know them.

@mirkosertic
Copy link
Owner

Are you trying to create a new model, or are you trying to reverse engineer an existing one?

Also, please consult the MySQL reference manual:

UNSIGNED, if specified, disallows negative values. As of MySQL 8.0.17, the UNSIGNED attribute is 
deprecated for columns of type FLOAT (and any synonyms) and will be removed in a future MySQL 
version. Consider using a simple CHECK constraint instead for such columns. 

@ludvajs
Copy link
Author

ludvajs commented Nov 11, 2019

I try reverse engeneering.

Attribute is only deprecated - but still valid.

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

2 participants