Lars
Lars
Would be nice to get this merged. I use PHP so I opted for a package out of the list only to find out later that Symfony also has ULIDs...
Hah lol, I have no idea why it worked but it did make the dev experience amazing (thinking uniqueness was being enforced with a nullable column). The production and staging...
Btw, another weird thing is that `DESCRIBE integration_product_media;` (the first 2 images of my post) shows that media_id doesn't have `KEY => PRI` like `product_id `and `integration_id`. But maybe that's...
``` Production: CREATE TABLE `integration_product_media` ( `product_id` char(26) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `media_id` char(26) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `integration_id` char(26) CHARACTER SET utf8mb4 COLLATE...
Hey yea, I'm using it every day and it's blazing fast. Or did you mean try it with Takeout?