develop
this branch
f1-- Couchers.org database schemaf1-- Couchers.org database schema
n2-- Generated from migrations at commit 415a8e35c849b113e4f345563c9a931bb4ea5f85 on branch develop atn2-- Generated from migrations at commit e08821c7a739ab0b83ac98a1c69dceb733c73fc7 on branch na/backend
> 2026-07-22T10:52:17-04:00>/messages-queries at 2026-07-22T11:53:51-04:00
33
44
5SET statement_timeout = 0;5SET statement_timeout = 0;
1084    creator_user_id bigint NOT NULL,1084    creator_user_id bigint NOT NULL,
1085    content character varying NOT NULL,1085    content character varying NOT NULL,
1086    photo_key character varying,1086    photo_key character varying,
n1087    geom public.geometry(Point,4326) NOT NULL,n1087    geom public.geometry(Point,4326),
1088    address character varying NOT NULL,1088    address character varying,
1089    link character varying,
1089    during tstzrange NOT NULL,1090    during tstzrange NOT NULL,
1090    created timestamp with time zone DEFAULT now() NOT NULL,1091    created timestamp with time zone DEFAULT now() NOT NULL,
1091    last_edited timestamp with time zone DEFAULT now() NOT NULL,1092    last_edited timestamp with time zone DEFAULT now() NOT NULL,
1092    is_cancelled boolean DEFAULT false NOT NULL,1093    is_cancelled boolean DEFAULT false NOT NULL,
1093    is_deleted boolean DEFAULT false NOT NULL,1094    is_deleted boolean DEFAULT false NOT NULL,
t1094    moderation_state_id bigint NOT NULLt1095    moderation_state_id bigint NOT NULL,
1096    CONSTRAINT ck_event_occurrences_geom_iff_address CHECK (((geom IS NULL) = (address IS NULL))),
1097    CONSTRAINT ck_event_occurrences_link_or_geom CHECK (((geom IS NULL) <> (link IS NULL)))
1095);1098);
10961099
1097CREATE TABLE public.event_organizers (1100CREATE TABLE public.event_organizers (
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op