add pet and product images

This commit is contained in:
2026-03-26 19:56:17 -06:00
committed by Harkamal
parent 4f02825b96
commit a3ad1dab8c
14 changed files with 823 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE pet
ADD COLUMN imageUrl VARCHAR(255) NULL;
ALTER TABLE product
ADD COLUMN imageUrl VARCHAR(255) NULL;