Table: post_tags
Connected to
Section titled “Connected to”This table references:
posts(id) via columnpost_id
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
post_id | uuid | no | References posts(id) |
tag | text | no | — |
Full DDL
Section titled “Full DDL”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.