Files
medreport_mrb2b/supabase/migrations/20250930175100_update_tto_tables.sql

4 lines
188 B
SQL

ALTER TABLE medreport.connected_online_reservation
ADD CONSTRAINT fk_reservation_location_sync_id
FOREIGN KEY (location_sync_id)
REFERENCES medreport.connected_online_locations(sync_id);