-- migration_internal_order_id.sql
ALTER TABLE orders ADD COLUMN IF NOT EXISTS internal_order_id VARCHAR(20) DEFAULT NULL;
