By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
1 rows affected
1 rows affected
ERROR: duplicate key value violates unique constraint "bookings_product_id_start_key"
DETAIL: Key (product_id, start)=(111, 2022-05-20 16:39:04) already exists.
| id | created_at | start | product_id |
|---|---|---|---|
| 1 | 2022-05-20 16:45:33.340279 | 2022-05-20 16:39:04 | 111 |
| 2 | 2022-05-20 16:45:33.340279 | 2022-05-20 16:39:04 | 145 |