Files
nocodb/packages/noco-docs/docs/050.tables/060.actions-on-table.md
Raju Udava 319ea266c7 Docs/description (#9305)
* docs: table description

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: update for description

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* Update 060.actions-on-field.md

* Update 060.actions-on-field.md

---------

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-23 17:26:30 +05:30

3.0 KiB

title, description, tags, keywords
title description tags keywords
Actions on table Learn how to rename, duplicate, and delete a table in NocoDB.
Tables
Rename
Duplicate
Delete
NocoDB table
rename table
duplicate table
delete table

Rename table

  1. Access the contextual menu for the table by clicking on the ellipsis symbol (...) located in the left sidebar.
  2. Click on the Rename option from the context menu.
  3. Enter the desired new table name into the provided field.
  4. To finalize the renaming process, click on the Rename button.

image

image

Change table icon

  1. Click on the existing table icon to the left of the table name in the left sidebar.
  2. Select the desired icon from the list of available options.

image

Duplicate table

  1. Access the contextual menu for the table by clicking on the ellipsis symbol (...) located in the left sidebar.
  2. Click on the Duplicate option from the context menu.
  3. For additional customization (Optional) a) Under Include data, you have the flexibility to choose whether to replicate the table with or without its data. b) Regarding Include views you can select whether to duplicate the table with or without its associated views.
  4. Proceed by clicking the Duplicate Table button found in the confirmation dialog.

A new table will be generated, mirroring the original table's schema and content, in accordance with the configurations specified in step 3.

image

image

:::info

  • Duplicate table will be created in the same base as the original table
  • Duplicate table will carry suffix Copy in its name.
  • Duplicate table option is not available for External DB bases :::

Delete table

:::info This action cannot be undone. :::

  1. Access the contextual menu for the table by clicking on the ellipsis symbol (...) located in the left sidebar.
  2. Click on the Delete option from the context menu.
  3. To finalize the deletion process, click on the Delete button in the confirmation dialog.

image

image

Add / edit table description

Table description can be added by clicking on the Add Description button on the table creation modal or by clicking on the Edit Description button from the table context menu. Description for a table will be visible as a tooltip when hovering over the info icon next to the table name in the left sidebar.

image