develop
this branch
f1-- Couchers.org database schemaf1-- Couchers.org database schema
n2-- Generated from migrations at commit 3c8ee51c92498555c04d7f874f93e4b6bbebb28b on branch develop atn2-- Generated from migrations at commit b036b5ec76a1c6e178afafbcc38e35a3c52a53a2 on branch web/transl
> 2026-07-22T07:38:11-04:00>ations at 2026-07-22T14:52:20+00: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),n1087    geom public.geometry(Point,4326) NOT NULL,
1088    address character varying,1088    address character varying NOT NULL,
1089    link character varying,
1090    during tstzrange NOT NULL,1089    during tstzrange NOT NULL,
1091    created timestamp with time zone DEFAULT now() NOT NULL,1090    created timestamp with time zone DEFAULT now() NOT NULL,
1092    last_edited timestamp with time zone DEFAULT now() NOT NULL,1091    last_edited timestamp with time zone DEFAULT now() NOT NULL,
1093    is_cancelled boolean DEFAULT false NOT NULL,1092    is_cancelled boolean DEFAULT false NOT NULL,
1094    is_deleted boolean DEFAULT false NOT NULL,1093    is_deleted boolean DEFAULT false NOT NULL,
t1095    moderation_state_id bigint NOT NULL,t1094    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)))
1098);1095);
10991096
1100CREATE TABLE public.event_organizers (1097CREATE TABLE public.event_organizers (
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op