public.preferred_positions¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | bigint | false | public.contacts_preferred_positions public.jobs | |||
| title | varchar(255) | false |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| preferred_positions_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| preferred_positions_pkey | CREATE UNIQUE INDEX preferred_positions_pkey ON public.preferred_positions USING btree (id) |
Generated by tbls