Answer the question
In order to leave comments, you need to log in
How to correctly create a table with mobile numbers of users?
I create a project on Laravel, created a users table, at first I wanted to put users' mobile numbers in it, but then I decided that there would be a huge number of users and each user might have more than one mobile number and decided to create a separate table in MySQL. How to properly implement this table?
Answer the question
In order to leave comments, you need to log in
+---+---------+---------+
| id | user_id | number |
+---+---------+---------+
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question