Ir al contenido

Table: storage_pins

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

This table references:

ColumnTypeNullableNotes
object_hashtextnoReferences storage_objects(hash)
pin_subject_typetextno
pin_subject_idtextno
created_attimestampnoDefault now()
CREATE TABLE public.storage_pins (
object_hash text NOT NULL,
pin_subject_type text NOT NULL,
pin_subject_id text NOT NULL,
created_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.