laravel-daily 1 year ago
Povilas Korop #Web Development

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.

SOURCE:

https://github.com/codenteq/laerx

Povilas Korop
explaining laravel