| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | integer | nextval(‘csg_artefacts_id_seq’::regclass) | false | |||
| logo | text | true |
| Name | Type | Definition |
|---|---|---|
| csg_artefacts_pkey | PRIMARY KEY | PRIMARY KEY (id) |
| Name | Definition |
|---|---|
| csg_artefacts_pkey | CREATE UNIQUE INDEX csg_artefacts_pkey ON public.csg_artefacts USING btree (id) |