コンテンツにスキップ

public.apps

Description

Columns

Name Type Default Nullable Children Parents Comment
id bigint nextval('apps_id_seq'::regclass) false public.user_app_settings public.app_categories
slug varchar(100) false
title varchar(255) false
created_at timestamp without time zone CURRENT_TIMESTAMP true

Constraints

Name Type Definition
apps_id_not_null n NOT NULL id
apps_slug_not_null n NOT NULL slug
apps_title_not_null n NOT NULL title
apps_pkey PRIMARY KEY PRIMARY KEY (id)
apps_slug_key UNIQUE UNIQUE (slug)

Indexes

Name Definition
apps_pkey CREATE UNIQUE INDEX apps_pkey ON public.apps USING btree (id)
apps_slug_key CREATE UNIQUE INDEX apps_slug_key ON public.apps USING btree (slug)

Relations

er


Generated by tbls