sephnescence / encountered

Where have I encountered this (voice) actor before? I constantly ask myself this when playing a game, watching anime, movies, etc. Actors are in a lot of things, so I only want to cross reference what I have seen before
0 stars 0 forks source link

foreignIdFor vs foreignUuidContrained #13

Open btaylor-ihr opened 4 months ago

btaylor-ihr commented 4 months ago
image

When looking at the https://laracasts.com/series/30-days-to-learn-laravel-11/episodes/12 course, Jeffrey had been using foreignIdFor, and didn't have to specify the keys at all when defining the relationships of Employer<=>Jobs. I did. Maybe I was just doing something wrong? Or is this a Laravel 11 convention and I was using Laravel 10?

btaylor-ihr commented 4 months ago

Though apparently I can specify the column name myself... Then what happens?

image