mirkosertic/MogwaiERDesignerNG

MySQL Float Unsigned

ludvajs opened this issue · 2 comments

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

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. 

I try reverse engeneering.

Attribute is only deprecated - but still valid.