add-comment-column.sql 110 B

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