Create PostgreSQL Tables Using Supabase's Interface

Share this video with your friends

Send Tweet

In this lesson, we'll create two tables for managing our application's data: user, and message. While creating these tables you'll learn how to define columns and add rows using the interface. We'll also see how Supabase makes it easy to create foreign key relationships.

Matloob Siddiqi
~ 2 years ago

Why does the created_at column have the data type of timestamp and not timestamptz?

Lucas Minter
~ 2 years ago

Hey Matloob, this could just be a preference of Kristian but here is an article on the difference between timestamp and timestamptz https://kb.objectrocket.com/postgresql/postgresql-timestamp-vs-timestamptz-616