# Create table

Create a new PostgreSQL table in Supabase by defining a table name, adding a named column with a text data type, setting a default value, and saving the configuration. Use this workflow when you need to set up a new data structure for storing information in your Supabase project.

## Steps

1. Click "New table" button
2. Type into "Name" textbox
3. Click "Add column" button
4. Click "Column name" textbox
5. Type into "Column name" textbox
6. Click "Choose a column type..." combobox
7. Type into combobox
8. Click "text Variable-length character string" option
9. Click "Column default value" textbox
10. Type into "Column default value" textbox
11. Click "Save ⌘ ↵" button
