{"id":"c9bee00e-a2b9-4e24-8794-686674ed7ce1","task_name":"Edit Table","summary":"Edit a table's name in Supabase by accessing the table editor, modifying the table name field, and saving your changes. Use this workflow when you need to rename an existing table in your Postgres database.","description":"Edits a table in Supabase by modifying the table name and saving the changes.","tools_used":[],"agent_steps":[{"step_number":1,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"","role":"button","selector":"","xpath":"//*[@id=\"radix-:r46o:\"]","attributes":{"id":"radix-:r46o:","type":"button","data-size":"tiny","data-state":"open"}},"value":"","keys":[],"file_paths":[],"description":"Click the button associated with the table you want to edit (such as a context menu or options button next to the table name in the sidebar or table list) to open the table's actions menu."},{"step_number":2,"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-size":"medium","data-testid":"table-name-input"}},"value":"","keys":[],"file_paths":[],"description":"Type or identify the name field in preparation for editing. This step establishes focus on the Name textbox element that will receive your new table name."},{"step_number":3,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Edit table","role":"menuitem","selector":"","xpath":"//html/body/div[4]/div/div[4]","attributes":{"data-orientation":"vertical"}},"value":"","keys":[],"file_paths":[],"description":"Click the \"Edit table\" menu item from the context menu or dropdown that appeared in step 1. This opens the table editor modal or sidebar where you can modify table properties."},{"step_number":4,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Name","role":"textbox","selector":"","xpath":"//*[@id=\"name\"]","attributes":{"id":"name","type":"text","data-size":"medium","data-testid":"table-name-input"}},"value":"","keys":[],"file_paths":[],"description":"Click on the Name textbox field within the table editor to select it and position your cursor there, allowing you to enter the new table name."},{"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-size":"medium","data-testid":"table-name-input"}},"value":"","keys":[],"file_paths":[],"description":"Type the new table name into the Name field. Replace the old name with the new name, following PostgreSQL naming conventions (use lowercase letters, numbers, and underscores; avoid starting with a number or reserved keywords)."},{"step_number":6,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Save ⌘ ↵","role":"button","selector":"","xpath":"//html/body/div[5]/div[2]/div/button[2]","attributes":{"type":"button","data-size":"tiny"}},"value":"","keys":[],"file_paths":[],"description":"Click the \"Save\" button (marked with ⌘ ↵ keyboard shortcut indicator) to persist your table name change to the Supabase database."}]}