mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.7 KiB
2.7 KiB
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
- Access the contextual menu for the table by clicking on the ellipsis symbol (
...
) located in the left sidebar. - Click on the
Rename
option from the context menu. - Enter the desired new table name into the provided field.
- To finalize the renaming process, click on the
Rename
button.
Change table icon
- Click on the existing table icon to the left of the table name in the left sidebar.
- Select the desired icon from the list of available options.
Duplicate table
- Access the contextual menu for the table by clicking on the ellipsis symbol (
...
) located in the left sidebar. - Click on the
Duplicate
option from the context menu. - 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) RegardingInclude views
you can select whether to duplicate the table with or without its associated views. - 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.
:::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
projects :::
Delete table
:::info This action cannot be undone. :::
- Access the contextual menu for the table by clicking on the ellipsis symbol (
...
) located in the left sidebar. - Click on the
Delete
option from the context menu. - To finalize the deletion process, click on the
Delete
button in the confirmation dialog.