Rename Table & Drop/Rename Column
Table Rename
The "Rename Table" feature in our system allows users to change the name of an existing database table easily. This can be helpful when you want to improve table naming conventions or reflect changes in the data model.
- Navigate to Data Space > Tables
- Select table to want to make changes
- Click on edit icon and rename the table. Do not forget the Save changes.
Warning
In case there are dependencies within the columns, the system will issue a warning, display the associated dependencies, and prevent any alterations.
Rename/Drop Column
The Rename/Drop Column feature empowers users to manage the structure and content of tables they create within the platform. This feature streamlines the process by allowing you to rename or remove columns with ease.
Rename Column
- Select the column you want to change and click the three dots an choose "Rename Column"
- Rename the column and click the Update button for saving changes
Drop Column
- Select the column you want to drop and click the three dots an choose "Drop Column"
- Type column name to approve drop process
Warning
In case there are dependencies within the columns, the system will issue a warning, display the associated dependencies, and prevent any alterations.
Updated about 1 year ago