c006 / yii2-migration-utility

Automatically writes the create tables for migrations or create tables in general. Uses MySQL
MIT License
64 stars 35 forks source link

SHOW INDEX FROM executed on PostgoreSQL database #25

Open marsjaninzmarsa opened 7 years ago

marsjaninzmarsa commented 7 years ago

(and SQLSTATE[42601]: Syntax error)

c006 commented 7 years ago

Can you provide more information please.

Post the statement?

cristianpedroso commented 7 years ago

We have the same error here, basic when we try to export a PostgreSQL database we have same kind of syntax error. screen shot 2017-07-10 at 18 51 10

c006 commented 7 years ago

I added update v2.0.3

This has an update that should fix that issue.

Regards, Jon

alexporto90 commented 7 years ago

Testing this version 2.0.3 following this previous error, I had the following message: screen shot 2017-07-17 at 17 33 58

c006 commented 7 years ago

Thanks for the update Alex. I will setup a PostgoreSQL database and do further testing.