This forum is archived. Posts are preserved for historical reference. For current help, join us on Discord.

How to add more database to userspice?

In Off-topic Discussions · Started by mikaelakleinkauf on 2017-09-20 9:13 pm · 5458 views · 1 replies

Hi guys, so, I have a question, im creating a site like Airbnb, and im using userspice, my questions is, how can I put more data? like to the users add a place, things like that...
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.