Laravel | Split Users DB Table: Why It's (Not) Bad?
I often hear an argument that there can be too many fields in the "users" DB table, so it's worth splitting it into two tables with the relationship. Let's take a look at one example, and I will share my thoughts.
2022-06-09 10:00:00 - Laravel Daily
SOURCE:
https://github.com/codenteq/laerx