-- Add the comment column to the scores table if it doesn't exist ALTER TABLE scores ADD COLUMN comment TEXT;