public.structure_ul¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| update_id | integer | nextval('structure_ul_update_id_seq'::regclass) | false | |||
| update_info | varchar(120) | false | ||||
| cache_id | varchar(32) | false |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| structure_ul_pkey | PRIMARY KEY | PRIMARY KEY (update_id) |
Indexes¶
| Name | Definition |
|---|---|
| structure_ul_pkey | CREATE UNIQUE INDEX structure_ul_pkey ON public.structure_ul USING btree (update_id) |
| structure_cx | CREATE INDEX structure_cx ON public.structure_ul USING btree (cache_id) |
Relations¶
Generated by tbls