With Navicat Data Modeler, you can synchronize tables and views from a physical model to a database or export them to a script file.
In this tutorial, we will show you both ways to transfer model objects.
Assume we have imported some tables and views from a PostgreSQL schema into a physical model, made a few changes and added a new table.
Then we will transfer the model into a MySQL database. To change server type of a model, select "Model Conversion" from the "File" menu and choose the desired database type and version. Navicat Data Modeler will convert fields to relevant field types, according to the server type. You may need to change the SQL syntax of the views after the conversion.
With Navicat Data Modeler, you can synchronize tables and views from a physical model to a database or export them to a script file.
In this tutorial, we will show you both ways to transfer model objects.
Assume we have imported some tables and views from a PostgreSQL schema into a physical model, made a few changes and added a new table.
Then we will transfer the model into a MySQL database. To change server type of a model, select "Model Conversion" from the "File" menu and choose the desired database type and version. Navicat Data Modeler will convert fields to relevant field types, according to the server type. You may need to change the SQL syntax of the views after the conversion.
With Navicat Data Modeler, you can synchronize tables and views from a physical model to a database or export them to a script file. In this tutorial, we will show you both ways to transfer model objects. Assume we have imported some tables and views from a PostgreSQL schema into a physical model, made a few changes and added a new table. Then we will transfer the model into a MySQL database. To change server type of a model, select "Model Conversion" from the "File" menu and choose the desired database type and version. Navicat Data Modeler will convert fields to relevant field types, according to the server type. You may need to change the SQL syntax of the views after the conversion. Now, in the new model, select "Synchronize to Database" from the "File" menu. You can choose to synchronize with selected schema or synchronize with selected objects. If we did not set "Schema" properties for new tables, Navicat Data Modeler prompts a text box to enter a schema name for them. The tree view shows the differences between source and target objects after the comparison of their structures, while providing detailed SQL statements. Click "Run" button to execute selected queries in the target database. On the other hand, select "Export SQL" from the "File" menu if you want to save objects in the model into a script file. You can also choose the exported server version of the file.
With Navicat Data Modeler, you can synchronize tables and views from a physical model to a database or export them to a script file. In this tutorial, we will show you both ways to transfer model objects. Assume we have imported some tables and views from a PostgreSQL schema into a physical model, made a few changes and added a new table. Then we will transfer the model into a MySQL database. To change server type of a model, select "Model Conversion" from the "File" menu and choose the desired database type and version. Navicat Data Modeler will convert fields to relevant field types, according to the server type. You may need to change the SQL syntax of the views after the conversion. Now, in the new model, select "Synchronize to Database" from the "Tools" menu. You can choose to synchronize with selected schema or synchronize with selected objects. If we did not set "Schema Name" properties for new tables, Navicat Data Modeler prompts a text box to enter a schema name for them. The tree view shows the differences between source and target objects after the comparison of their structures, while providing detailed SQL statements. Click "Run Query" button to execute selected queries in the target database. On the other hand, select "Export SQL" from the "Tools" menu if you want to save objects in the model into a script file. You can also choose the exported server version of the file.
To convert existing tables and views into a model, you can control-click a database or schema and select “Reverse Database to Model...” from the popup menu.
Alternatively you can control-click the selected tables or views and select ”Reverse Table to Model...” or ”Reverse View to Model...” from the popup menu.
When you’ve finished designing the model, you can put it back to the existing database. Select “Synchronize to Database” in “File” from the menu.
In Navicat Premium, you can convert the database type for the model.
When you create a model for Oracle schema, you can change it to a model for MySQL database. Select “Model Conversion” in “File” from the menu and choose the desired database type and version. Navicat will convert fields to relevant field types, according to server type. You may need to change the SQL syntax of the views after the conversion.
Navicat provides a powerful tool to create models. To convert existing tables and views into a model, you can control-click a database or schema and select “Reverse Database to Model...” from the popup menu. Alternatively you can control-click the selected tables or views and select ”Reverse Table to Model...” or ”Reverse View to Model...” from the popup menu. When you’ve finished designing the model, you can put it back to the existing database. Select “Synchronize to Database” in “File” from the menu. In Navicat Premium, you can convert the database type for the model. When you create a model for Oracle schema, you can change it to a model for MySQL database. Select “Model Conversion” in “File” from the menu and choose the desired database type and version. Navicat will convert fields to relevant field types, according to server type. You may need to change the SQL syntax of the views after the conversion. To retrieve SQL from the model, select “Export SQL” in “File” from the menu. Edit properties on the appropriate tabs.
Navicat provides a powerful tool to create models. To convert existing tables and views into a model, you can right-click a database or schema and select “Reverse Database to Model...” or “Reverse Schema to Model...” from the popup menu. Alternatively you can right-click the selected tables or views and select ”Reverse Tables to Model...” or ”Reverse Views to Model...” from the popup menu. When you’ve finished designing the model, you can put it back to the existing database. Select “Synchronize to Database” in “Tools” from the menu. In Navicat Premium, you can convert the database type for the model. When you create a model for Oracle schema, you can change it to a model for MySQL database. Select “Model Conversion” in “File” from the menu and choose the desired database type and version. Navicat will convert fields to relevant field types, according to server type. You may need to change the SQL syntax of the views after the conversion. To retrieve SQL from the model, select “Export SQL” in “Tools” from the menu. Edit properties on the appropriate tabs.