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