Skip to content

Instantly share code, notes, and snippets.

View rafaelurben's full-sized avatar
🤡
Deploying on friday

Rafael rafaelurben

🤡
Deploying on friday
View GitHub Profile
@rafaelurben
rafaelurben / generator.sql
Last active December 10, 2025 01:27
MariaDB char(32) to native uuid migration generator
-- ============================================================================
-- UUID migration SQL GENERATOR for MariaDB 10.11.14
-- Produces statements to migrate non-native UUID-like CHAR(32) columns to native UUID.
-- Usage: run this script in the target database. It will OUTPUT SQL statements
-- which you should REVIEW and run in the order indicated below.
--
-- Created by rafaelurben and ChatGPT
-- ============================================================================
-- 0) Parameters: change if you need a different database than DATABASE()