| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | uuid_generate_v4() | false | public.hyphen-table | ||
| created | timestamp without time zone | false |
| Name | Type | Definition |
|---|---|---|
| CamelizeTable_id_key | UNIQUE | UNIQUE (id) |
| Name | Definition |
|---|---|
| CamelizeTable_id_key | CREATE UNIQUE INDEX "CamelizeTable_id_key" ON public."CamelizeTable" USING btree (id) |
Generated by tbls