Ir al contenido

Table: post_assets

Esta página aún no está disponible en tu idioma.

This table references:

  • posts(id) via column post_id
  • assets(id) via column asset_id
ColumnTypeNullableNotes
post_iduuidnoReferences posts(id)
asset_iduuidnoReferences assets(id)
sort_orderintegernoDefault 0
added_attimestampnoDefault now()
CREATE TABLE public.post_assets (
post_id uuid NOT NULL,
asset_id uuid NOT NULL,
sort_order integer DEFAULT 0 NOT NULL,
added_at timestamp with time zone DEFAULT now() NOT NULL
);

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