uuid-generator
uuid-generator copied to clipboard
Doesn't working with BINARY(16) in MySQL
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.