We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

phalcon postgres migration run Error : Not implemented yet

Hi i tried to use devtools to do migration with postgres and i have this following message : 1412242390.3612: SELECT CASE WHEN COUNT(*) > 0 THEN 1 ELSE 0 END FROM information_schema.tables WHERE table_schema = 'mongkhut' AND table_name='login' => 1412242390.3689 (0.0076138973236084)

Error: Not implemented yet

Could somebody plz explain whtat is going on ?

NOTE : IT IS WORKING VERY WELL WITH MYSQL.



98.9k

Some migration methods (alter table, create index, etc) are not implemented yet in Postgresql, this is why you are getting that exception.



941

Could you please tell when it will be implemented ?

Thanks