MySQL and PostgreSQL have very similar data types. Some of them are equivalent while others are not. When planning MySQL to PostgreSQL migration, it is important to remember the following information about the correct types mapping. This is how basic MySQL types are converted into equivalent PostgreSQL types: MySQL PostgreSQL BIGINT BIGINT BINARY(n) BYTEA BIT […]