| notificatio_created_e4c995_idx |
CREATE INDEX notificatio_created_e4c995_idx ON public.notifications USING btree (created_at) |
| notificatio_is_fcm__54571e_idx |
CREATE INDEX notificatio_is_fcm__54571e_idx ON public.notifications USING btree (is_fcm_sent) |
| notificatio_is_read_3f8c44_idx |
CREATE INDEX notificatio_is_read_3f8c44_idx ON public.notifications USING btree (is_read) |
| notificatio_type_8a8a78_idx |
CREATE INDEX notificatio_type_8a8a78_idx ON public.notifications USING btree (type) |
| notificatio_user_id_e78525_idx |
CREATE INDEX notificatio_user_id_e78525_idx ON public.notifications USING btree (user_id) |
| notifications_pkey |
CREATE UNIQUE INDEX notifications_pkey ON public.notifications USING btree (id) |
| notifications_user_id_468e288d |
CREATE INDEX notifications_user_id_468e288d ON public.notifications USING btree (user_id) |