Index

public.playground_examples

Description

Columns

Name Type Default Nullable Children Parents Comment
created_at timestamp with time zone now() false
data jsonb false
deleted_at timestamp with time zone true
id uuid uuid_generate_v4() false
name varchar(255) false
updated_at timestamp with time zone now() false
url varchar(255) false
width integer false

Constraints

Name Type Definition
playground_examples_data_name_width_url_key UNIQUE UNIQUE (data, name, width, url)

Indexes

Name Definition
playground_examples_data_name_width_url_key CREATE UNIQUE INDEX playground_examples_data_name_width_url_key ON public.playground_examples USING btree (data, name, width, url)

Relations

er

Generated by tbls