Creating Tables in Postgres
Now that we have a basic database design, the next step is to write SQL to create our first table.
In this lesson, we will create a table called cities with four columns:
name
country
population
area
We will run all SQL inside Supabase using i...
innosufiyan.hashnode.dev2 min read