PostgreSQL to MySQL Migration

SQLines tools can help you transfer data, convert database schema (DDL), views, stored functions (procedures), triggers, queries and SQL scripts from PostgreSQL to MySQL.

Databases:

Migration Reference

Technical information on migration from PostgreSQL to MySQL.

CREATE TABLE Statement

Converting CREATE TABLE statement keywords and clauses:

PostgreSQL MySQL
1 GENERATED AS IDENTITY Identity column AUTO_INCREMENT