UNSIGNED Attribute

Support

Is it possible to add an UNSIGNED attribute to an MySQL Datatype?

E.g: ID_CustomerName MEDIUMINT() UNSIGNED AUTO_INCREMENT , so that it gets included in the DDL- script?

Thanks in advance!

Regards

Charles

19 March 2021 19:29:45 Charles U Schneiter

Add Comment

Dusan Rodina - softwareideas.net 19 March 2021 23:21:47

It may be added only as a new separate type using the Types dialog (ribbon: Process tab/Lists/Types). A specific template for MySQL will be added soon in one of next releases.

Charles U Schneiter 20 March 2021 13:25:02

RE: UNSIGNED Attribute

Ah, OK, didn't think of that. Will do just that then.

Looking forward to the MySQL type set.

Thanks for your input - have a nice weekend!

Charles