isapir / Migrate2Postgres

Easily migrate from other DBMSs to PostgreSQL
GNU General Public License v3.0
52 stars 23 forks source link

The awesome tool for the migration, but missing PK, UK, FK and Index, the reference to include these is in description. #21

Open krgsoft opened 3 years ago

krgsoft commented 3 years ago

The missing PK, UK, FK, and Index can be added with few efforts with the reference in the following link. https://github.com/krgsoft/SQLtoPostgresMigrationScript.