{"id":"a8f7979a-0192-4473-a25d-7c17e8214daf","task_name":"Create Column in Table","summary":"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.","description":"Creates a new text column in a Supabase database table using the Table Editor interface.","tools_used":[],"agent_steps":[{"step_number":1,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb","element":{"name":"Table Editor","role":"link","selector":"","xpath":"//html/body/div[1]/div/div/div[3]/div[1]/div[2]/div/div[1]/div/ul/div[1]/li[2]/a","attributes":{"href":"/dashboard/project/bezuunvuecuzqgutpggb/editor","data-size":"default","data-state":"closed","data-active":"false","data-sidebar":"menu-button","data-has-icon":"true"}},"value":"","keys":[],"file_paths":[],"description":"Open the Table Editor by clicking the Table Editor link in the Supabase navigation. This is the primary interface for managing your database tables visually."},{"step_number":2,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Insert","role":"button","selector":"","xpath":"//*[@id=\"radix-:r2r0:\"]","attributes":{"id":"radix-:r2r0:","type":"button","data-size":"tiny","data-state":"open","data-testid":"table-editor-insert-new-row"}},"value":"","keys":[],"file_paths":[],"description":"Click the Insert button (usually located in the top toolbar) to open the menu for adding new elements to the table."},{"step_number":3,"action_type":"type","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Name","role":"textbox","selector":"","xpath":"//*[@id=\"name\"]","attributes":{"id":"name","type":"text","data-slot":"input-group-control","placeholder":"column_name","data-bwignore":"true","data-lpignore":"true","data-1p-ignore":"true","data-form-type":"other"}},"value":"","keys":[],"file_paths":[],"description":"Type the name of your new column into the Name field that appears. Choose a descriptive, lowercase name using underscores for multi-word names (e.g., 'user_email' or 'phone_number')."},{"step_number":4,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Insert column Insert a new column into test-table I then C","role":"menuitem","selector":"","xpath":"//html/body/div[2]/div/div[2]","attributes":{"data-orientation":"vertical"}},"value":"","keys":[],"file_paths":[],"description":"Select 'Insert column' from the menu to confirm you want to add a new column (as opposed to other insert operations like adding rows)."},{"step_number":5,"action_type":"type","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Name","role":"textbox","selector":"","xpath":"//*[@id=\"name\"]","attributes":{"id":"name","type":"text","data-slot":"input-group-control","placeholder":"column_name","data-bwignore":"true","data-lpignore":"true","data-1p-ignore":"true","data-form-type":"other"}},"value":"","keys":[],"file_paths":[],"description":"Re-enter or confirm the column name in the Name field (this may appear in a second dialog or form). Use the same naming conventions as before."},{"step_number":6,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Type","role":"combobox","selector":"","xpath":"//html/body/div[3]/div[2]/div[3]/div[2]/div[1]/button","attributes":{"type":"button","data-size":"small","data-state":"closed"}},"value":"","keys":[],"file_paths":[],"description":"Click the Type dropdown (combobox) to open the list of available PostgreSQL data types for your column."},{"step_number":7,"action_type":"type","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"","role":"combobox","selector":"","xpath":"//*[@id=\"radix-:r2tv:\"]","attributes":{"id":"radix-:r2tv:","type":"text","placeholder":"Search types..."}},"value":"","keys":[],"file_paths":[],"description":"Type 'text' into the Type field to filter the data type options and find the variable-length character string type you need."},{"step_number":8,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"text Variable-length character string","role":"option","selector":"","xpath":"//*[@id=\"radix-:r2ua:\"]","attributes":{"id":"radix-:r2ua:","data-value":"text","data-disabled":"false","data-selected":"true"}},"value":"","keys":[],"file_paths":[],"description":"Click on the 'Variable-length character string' option in the dropdown to select the text data type for your column."},{"step_number":9,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Save ⌘ ↵","role":"button","selector":"","xpath":"//html/body/div[3]/div[3]/div/div[2]/button[2]","attributes":{"type":"button","data-size":"tiny"}},"value":"","keys":[],"file_paths":[],"description":"Click the Save button (labeled 'Save ⌘ ↵') to apply the new column to your table. The column will be added to your table schema in Supabase."}]}