Skip to content

feat(database)!: change mysql uuid type from varchar(36) to char(36)#1987

Open
afu-dev wants to merge 1 commit intotempestphp:3.xfrom
afu-dev:fix-mysql-uuid-type
Open

feat(database)!: change mysql uuid type from varchar(36) to char(36)#1987
afu-dev wants to merge 1 commit intotempestphp:3.xfrom
afu-dev:fix-mysql-uuid-type

Conversation

@afu-dev
Copy link

@afu-dev afu-dev commented Feb 18, 2026

Fixes #1966.

I propose to open a new issue regarding the changes from CHAR(36) to BINARY(16) for UUID storage.

@innocenzi innocenzi changed the title fix(database): changed mysql uuid type from varchar(36) to char(36) fix(database): change mysql uuid type from varchar(36) to char(36) Feb 18, 2026
@afu-dev afu-dev force-pushed the fix-mysql-uuid-type branch from b461581 to f6326da Compare March 12, 2026 09:23
@afu-dev
Copy link
Author

afu-dev commented Mar 12, 2026

☝️ rebased with 3.x

@innocenzi innocenzi changed the title fix(database): change mysql uuid type from varchar(36) to char(36) feat(database)!: change mysql uuid type from varchar(36) to char(36) Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve UUID data type

2 participants