-- Add up migration script here ALTER TABLE list ADD COLUMN uuid VARCHAR(36) NOT NULL DEFAULT gen_random_uuid();