Table: storage_pins
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”This table references:
storage_objects(hash) via columnobject_hash
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
object_hash | text | no | References storage_objects(hash) |
pin_subject_type | text | no | — |
pin_subject_id | text | no | — |
created_at | timestamp | no | Default now() |
Full DDL
Section titled “Full DDL”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.