How does this example working but I am getting error for foreign key constrain 🤔 ERROR: insert or update on table "customer_profiles" violates foreign key constraint "customer_profiles_customer_fkey", its trying to insert to custom_profile table first and then to customer so the error..
So many concepts. So good. Thanks for sharing
Amazing content always ! Thanks
Good video... nice to see some of the "behind the scenes" magic...
as always nice tips and concepts. Thanks for sharing man
Thank you for sharing!
How did you go from 3:42 to 3:43 where the ApplicationRunner turned into an arrow function?
nice!!! :)
Are these examples in a git repo?
How does this example working but I am getting error for foreign key constrain 🤔 ERROR: insert or update on table "customer_profiles" violates foreign key constraint "customer_profiles_customer_fkey", its trying to insert to custom_profile table first and then to customer so the error..