that's interesting, I'll go read up on that! Cheers for the prompt reply!
I'm still getting this error, showing user_id is not even referenced:
Failed to create product: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`mydb`.`products`, CONSTRAINT `products_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)) (SQL: insert into `products` (`active`, `upsell_id`, `name`, `product_ref`, `intro`, `description`, `hidden`, `updated_at`, `created_at`) values (1, 0, 1111, 11, 11, 111, 0, 2020-07-03 08:39:46, 2020-07-03 08:39:46))
failing as it needs a user_id to satisfy the key requirements...?