Skip to content

Table: post_tags

This table references:

  • posts(id) via column post_id
ColumnTypeNullableNotes
post_iduuidnoReferences posts(id)
tagtextno
CREATE TABLE public.post_tags (
post_id uuid NOT NULL,
tag text NOT NULL
);

Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.