-- Add ageRating column to content table ALTER TABLE "content" ADD COLUMN "ageRating" VARCHAR(10);