If you’ve decided to move a few tables from MySQL to PostgreSQL, these few tips might help. I won’t get into any reasons why to move to PostgreSQL or not. There are already many discussions on the topic. Create Syntax The first five listed need to be done in order; the rest can be in any. Replace mediumint with int Replace tinyint with smallint Replace int\([0-9]+\) with int. (This is a regular ex