# Multiple Tables in database Help

**URL:** https://community.thunkable.com/t/multiple-tables-in-database-help/1236979
**Category:** Questions about Thunkable X
**Created:** [April 21, 2021, 3:38pm UTC](https://community.thunkable.com/t/multiple-tables-in-database-help/1236979 "2021-04-21T15:38:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Ice\_Wolfy](https://avatars.discourse-cdn.com/v4/letter/i/a9a28c/32.png) [@Ice\_Wolfy](https://community.thunkable.com/u/Ice_Wolfy)
#### Post date: [April 21, 2021, 3:38pm UTC](https://community.thunkable.com/t/multiple-tables-in-database-help/1236979/1 "2021-04-21T15:38:12Z")

</div>

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:

```auto
Users:
---------
user_id | nickname | notifications|
-----------------------------------
id | text | bool |

```

```auto
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

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [April 22, 2021, 3:51am UTC](https://community.thunkable.com/t/multiple-tables-in-database-help/1236979/2 "2021-04-22T03:51:01Z")

</div>

Thunkable allows you to connect to multiple tables at once.

If you are using the Airtable component to connect to your table then you need to add another Airtable component for the other table.

In my opinion, Firebase RTDB is a much better choice for a messaging app and there are ready examples of similar projects.

---

<div class="post-metadata">

### Author: ![Ice\_Wolfy](https://avatars.discourse-cdn.com/v4/letter/i/a9a28c/32.png) [@Ice\_Wolfy](https://community.thunkable.com/u/Ice_Wolfy)
#### Post date: [April 22, 2021, 1:42pm UTC](https://community.thunkable.com/t/multiple-tables-in-database-help/1236979/3 "2021-04-22T13:42:34Z")

</div>

Thanks for the help. Im going to stick to Airtable because it seems more like a database to me. RTDB looks like it is a key-value or no-sql DB. So for my purposes i think airtable will work. This still answered my question on how to have multiple tables!

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [April 22, 2021, 2:40pm UTC](https://community.thunkable.com/t/multiple-tables-in-database-help/1236979/4 "2021-04-22T14:40:53Z")

</div>

Note that the free Airtable plan allows upto **1200** rows only.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:25pm UTC](https://community.thunkable.com/t/multiple-tables-in-database-help/1236979/5 "2024-11-08T13:25:03Z")

</div>


