public.health_check_db_testmodel¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | integer | false | ||||
| title | varchar(128) | false |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| health_check_db_testmodel_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| health_check_db_testmodel_pkey | CREATE UNIQUE INDEX health_check_db_testmodel_pkey ON public.health_check_db_testmodel USING btree (id) |
Generated by tbls