コンテンツにスキップ

public.images

Description

Columns

Name Type Default Nullable Children Parents Comment
id bigint nextval('images_id_seq'::regclass) false public.question_images
path varchar(512) false
created_at timestamp without time zone CURRENT_TIMESTAMP true

Constraints

Name Type Definition
images_id_not_null n NOT NULL id
images_path_not_null n NOT NULL path
images_pkey PRIMARY KEY PRIMARY KEY (id)
images_path_key UNIQUE UNIQUE (path)

Indexes

Name Definition
images_pkey CREATE UNIQUE INDEX images_pkey ON public.images USING btree (id)
images_path_key CREATE UNIQUE INDEX images_path_key ON public.images USING btree (path)

Relations

er


Generated by tbls