Course lesson

Create a Table in Supabase

Supabase makes it super easy to create new tables, and change the structure of your database over time!

Duration
1 min
Access
Free
Transcript
Available

Supabase makes it super easy to create new tables, and change the structure of your database over time!

In this video, we look at creating a lesson table, which will store our publicly available data for each lesson. We add a column for title and description, and input some basic test data.