Table: creative_lineage
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”This table references:
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
derivative_asset_id | uuid | no | References assets(id) |
source_asset_id | uuid | no | References assets(id) |
generation_metadata | jsonb | no | — |
created_at | timestamp | no | Default now() |
Full DDL
Section titled “Full DDL”CREATE TABLE public.creative_lineage ( derivative_asset_id uuid NOT NULL, source_asset_id uuid NOT NULL, generation_metadata jsonb 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.