vova07 / yii2-start

Yii2-Start application
Other
273 stars 115 forks source link

Migrations use non-standard mysql-specific syntax, so yii2-start only works with MySQL. #95

Open sentientnebula opened 9 years ago

sentientnebula commented 9 years ago

I tried to install to PostgreSQL DB and failed due to all the proprietary syntax. It's a shame, because yii is generally database agnostic. I'm not sure if there are would be any issues beyond table creation. I'm guessing nobody has tested it with anything but MySQL.

vova07 commented 9 years ago

As soon as it will be possible I'll try to fix this problem. Thanks!