The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
How to add more database to userspice? - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: How to add more database to userspice? (/showthread.php?tid=762)



How to add more database to userspice? - mikaelakleinkauf - 09-20-2017

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...


How to add more database to userspice? - mudmin - 09-20-2017

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.