infoalloggi-monorepo/apps/db/migrations/39_servizio_annuncio_note.up.sql

2 lines
81 B
MySQL
Raw Normal View History

ALTER TABLE IF EXISTS public.servizio_annunci
ADD COLUMN IF NOT EXISTS note TEXT;