You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create a table with the POINT data type in MySQL, Phalcon model manager throws an error when you update an instance of the model saying that the POINT field is required.
When you create a table with the POINT data type in MySQL, Phalcon model manager throws an error when you update an instance of the model saying that the POINT field is required.
Steps to reproduce:
SQL Script
PHP Code
Result
Note: If you change the data type to GEOMETRY, it works flawlessly.
The text was updated successfully, but these errors were encountered: