uuid-generator icon indicating copy to clipboard operation
uuid-generator copied to clipboard

Doesn't working with BINARY(16) in MySQL

Open dmarc-unicity opened this issue 2 years ago • 0 comments

I'm getting the following message when I generate a UUID4 with this plugin:

Data too long for column 'token' at row 1 All changes were reverted (DDL statements can't be reverted).

I am using BINARY(16) as the column data type.

dmarc-unicity avatar May 11 '23 15:05 dmarc-unicity