Cannot insert duplicate key row in object 'reservation' with unique index 'reservation_order_line_id_unique'. The duplicate key value is (<NULL>). (SQL: insert into [reservation] ([inventory_id], [updated_at], [created_at]) values (2, 2020-02-06 12:44:52, 2020-02-06 12:44:52))
Describe the bug Cannot insert duplicate key row in object 'dbo.reservation' with unique index 'reservation_order_line_id_unique'
To Reproduce
Cannot insert duplicate key row in object 'reservation' with unique index 'reservation_order_line_id_unique'. The duplicate key value is (<NULL>). (SQL: insert into [reservation] ([inventory_id], [updated_at], [created_at]) values (2, 2020-02-06 12:44:52, 2020-02-06 12:44:52))
Please complete the following information: