Great Falls, MT
-- stay_applications.applicant_id referenced auth.users, which prevents PostgREST -- from embedding public.users profiles. Point the FK at public.users instead. ALTER TABLE stay_applications DROP CONSTRAINT IF EXISTS stay_applications_applicant_id_fkey; ALTER TABLE stay_applications ADD CONSTRAINT stay_applications_applicant_id_fkey FOREIGN KEY (applicant_id) REFERENCES public.users(id) ON DELETE CASCADE;
Member since May 2026
4.0
3 reviews
Jun 15
Done
Jun 12
Thank you
Jun 12
$ Star
Short-term stays are limited to 28 nights per booking to comply with US short-term rental regulations.
1.9% service fee applies when booking is confirmed
Ask anything not covered above — answers use this listing's details only.