Search Results
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
BIT BIT BOOLEAN TINYINT(1) REAL FLOAT DOUBLE PRECISION DOUBLE NUMERIC DECIMAL DECIMAL DECIMAL MONEY DECIMAL(19,2) CHAR CHAR/LONGTEXT Depending on its length. The following table shows the mapping between PostgreSQL (source) data types and MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-relationship-tools.html
When the many-to-many tool is active, double-clicking a table creates an associative table with a many-to-many relationship. To edit the properties of a foreign key, double-click anywhere on the connection line that joins the two tables. Typically ...
https://dev.mysql.com/doc/workbench/en/wb-routines.html
9.1.6.1.1 Adding Routines to the Physical Schemata To add a routine, double-click the Add Routine icon in the Physical Schemata section of the MySQL Model page. 9.1.6.1.2 The Routine Editor To invoke the routine editor, double-click a routine in ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-modules-palettes.html
Figure C.4 The Workbench Scripting Shell Tab: Globals Classes Tab A class is a user-defined data type formed by combining primitive data types: integers, doubles, strings, dicts, lists, and objects. Click the + icon or double-click a package to show ... The Workbench Scripting Shell features the Files, Globals, Classes, Modules, and Notifications tabs, in addition to the main Shell ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
To change the name, data type, default value, or comment of a column, double-click the value to edit it. To add or remove a column from the primary key, double-click the icon. Use the Columns subtab to display and edit all the column information ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
If you have to use a floating point column in your primary key, use DOUBLE or DECIMAL types in place of FLOAT. This is because the hexEscapeBlock() method in com.mysql.cj.AbstractPreparedQuery.streamToBytes() may almost double the size of your data.
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
In this tutorial you create an ASP.NET web page that binds LINQ queries to entities using the Entity Framework mapping with MySQL Connector/NET. If you have not already done so, install the world database sample prior to attempting this tutorial.
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-winform-data-source.html
Double-click the save icon in the form toolbar to display its code. This tutorial describes how to create a Windows Forms Data Source from an Entity in an Entity Data Model using Microsoft Visual Studio. You can also find details on how to install ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community Support”. Many problems ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-export.html
Click either the File Data Source or Machine Data Source tab, and then double-click the Connector/ODBC DSN to which you want to export your table. To define a new DSN for Connector/ODBC instead, click New and follow the instructions in Section ...