Table design #
Table creation #
Create a new table design #
There are two ways to create a new table design:
- Click on Design new table at the top of the Data Explorer main page to create a new table design.
- Navigate to the Data Designer menu and click on Design new table at the top of the Data Designer page to create a new table design.
Create a table design from an existing database table #
Call the Data Designer directly from the Data Explorer to alter specific tables. Find your table, click the Manage link and click ALTER on the Actions tab.
Local and remote databases #
The Data Designer can be used for local as well as remote databases, presuming you have the necessary privileges.
Local and remote databases #
The Data Designer can be used for local as well as remote databases, presuming you have the necessary privileges.
Modes #
Advanced – Use this option to create tables if you have some basic understanding of database tables.
Developer – If you are an experienced developer, you can execute your own scripts from the Data Explorer or use the Query Builder.
Reverse engineering #
Use reverse engineering to create a table design from an existing table. Indexes are reverse engineered as well. The Data Designer allows you to make modifications to your table design and then either alter your existing table or create a new one.
Reconcile #
The reconcile feature performs a reverse engineering action on the selected table. The actual table design will be overwritten with the reverse engineered version. After a reconcile action, the table design matches the structure of the physical table.