Files
Ali Reza bb59d5e9ba Initial commit: Meshkee CMS API
NestJS backend with Prisma, Docker Compose for Postgres/Redis, and deploy docs for the production VM.
2026-07-21 17:52:36 +03:30

5 lines
132 B
SQL

-- User-defined label for saved addresses (e.g. home, office)
ALTER TABLE addresses
ADD COLUMN IF NOT EXISTS label VARCHAR(100);