3 lines
99 B
SQL
3 lines
99 B
SQL
-- Add ageRating column to content table
|
|
ALTER TABLE "content" ADD COLUMN "ageRating" VARCHAR(10);
|