09-20-2017, 09:48 PM
You can add as many tables as you want to the database in something like phpmyadmin. You can also add more columns to the users table if that is helpful.
Generally, here's what I would do...I would add columns to the users table for address, etc that are PERSONAL information.
Then for things like bookings, I would add a new table for them.
Generally, here's what I would do...I would add columns to the users table for address, etc that are PERSONAL information.
Then for things like bookings, I would add a new table for them.