-- Add image field to pets table for demo pet image support ALTER TABLE "pets" ADD COLUMN "image" text;