I am making a project that is similar to texting. Its kind of like a direct message app. I need to have a database that could store information on users and messages
My database would look like this:
Users:
---------
user_id | nickname | notifications|
-----------------------------------
id | text | bool |
Messages:
---------
id | author | message | time |
----------------------------------
int | user | text | datetime|
I am using airtable currently but i’m not sure if this is the best option. Would this be the best option.
Also I have 2 tables (users and messages). But it dose not seem like thunkable allows me to have more than 1 table. How could I do something like this?
I will try to answer asap
Thanks, Wolfy