Files

3 lines
100 B
SQL

-- Migration: Add observations column
alter table public.reservations add column observations text;