public.csg_artefacts

public.csg_artefacts

Columns

Name Type Default Nullable Children Parents Comment
id integer nextval(‘csg_artefacts_id_seq’::regclass) false
logo text true

Constraints

Name Type Definition
csg_artefacts_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
csg_artefacts_pkey CREATE UNIQUE INDEX csg_artefacts_pkey ON public.csg_artefacts USING btree (id)