3 lines
100 B
SQL
3 lines
100 B
SQL
-- Migration: Add observations column
|
|
alter table public.reservations add column observations text;
|