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

Support MySQL 8.0 UUID #222

Open
si3nloong opened this issue Feb 5, 2023 · 0 comments · May be fixed by #175
Open

Support MySQL 8.0 UUID #222

si3nloong opened this issue Feb 5, 2023 · 0 comments · May be fixed by #175
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@si3nloong
Copy link
Owner

si3nloong commented Feb 5, 2023

References:
https://dev.mysql.com/blog-archive/mysql-8-0-uuid-support/
https://lefred.be/content/mysql-uuids/

CREATE TABLE my_table2 ( 
   uuid BINARY(16) DEFAULT (UUID_TO_BIN(UUID(), 1)) PRIMARY KEY, 
   name VARCHAR(20), 
   beers INT UNSIGNED
);
@si3nloong si3nloong self-assigned this Feb 5, 2023
@si3nloong si3nloong added this to the Version 2 milestone Feb 5, 2023
@si3nloong si3nloong added the enhancement New feature or request label Feb 5, 2023
@si3nloong si3nloong linked a pull request Feb 24, 2023 that will close this issue
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant