Aller au contenu

Table: collection_resources

Ce contenu n’est pas encore disponible dans votre langue.

This table references:

ColumnTypeNullableNotes
collection_iduuidnoReferences collections(id)
asset_iduuidnoReferences assets(id)
sort_orderintegernoDefault 0
pinnedbooleannoDefault true
expires_attimestampyes
added_attimestampnoDefault now()
CREATE TABLE public.collection_resources (
collection_id uuid NOT NULL,
asset_id uuid NOT NULL,
sort_order integer DEFAULT 0 NOT NULL,
pinned boolean DEFAULT true NOT NULL,
expires_at timestamp with time zone,
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.