Replies: 1 comment
-
Why would you want to use a uuid instead of just leaving it as it is? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set everything up correctly, but when I test the store for authentication, I get the following error:
SQLSTATE[01000]: Warning: 1265 Data truncated for column 'id' at row 1 (Connection: mysql, SQL: insert into `users` (`name`, `password`, `email`, `id`, `updated_at`, `created_at`) values (list-test.myshopify.com, , [email protected], 9cd7cf81-e615-49b7-ba40-7bf22ddacdbb, 2024-08-24 13:45:32, 2024-08-24 13:45:32))
What can I do to fix this? I tried changing the
id
in theusers
table tostring
, but then I received a foreign key mismatch error.How can I use UUID with this package? Please help me solve this error.
Beta Was this translation helpful? Give feedback.
All reactions