public.planned_time_entries¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| day_id | bigint | false | public.daily_timesheets | |||
| end_time | time without time zone | false | ||||
| id | bigint | false | ||||
| start_time | time without time zone | false |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| planned_time_entries_day_id_615a3069_fk_daily_timesheets_id | FOREIGN KEY | FOREIGN KEY (day_id) REFERENCES daily_timesheets(id) DEFERRABLE INITIALLY DEFERRED |
| planned_time_entries_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| planned_time_entries_day_id_615a3069 | CREATE INDEX planned_time_entries_day_id_615a3069 ON public.planned_time_entries USING btree (day_id) |
| planned_time_entries_pkey | CREATE UNIQUE INDEX planned_time_entries_pkey ON public.planned_time_entries USING btree (id) |
Generated by tbls