# Create Column in Table

This workflow guides you through adding a new text column to an existing Supabase database table using the Table Editor interface. Use this when you need to expand your table schema to store additional data.

## Steps

1. Click "Table Editor" link
2. Click "Insert" button
3. Type into "Name" textbox
4. Click "Insert column Insert a new column into test-table I then C" menuitem
5. Type into "Name" textbox
6. Click "Type" combobox
7. Type into combobox
8. Click "text Variable-length character string" option
9. Click "Save ⌘ ↵" button
