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_created_at_not_null n NOT NULL created_at
playground_examples_data_name_width_url_key UNIQUE UNIQUE (data, name, width, url)
playground_examples_data_not_null n NOT NULL data
playground_examples_id_not_null n NOT NULL id
playground_examples_name_not_null n NOT NULL name
playground_examples_updated_at_not_null n NOT NULL updated_at
playground_examples_url_not_null n NOT NULL url
playground_examples_width_not_null n NOT NULL width

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