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
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
one of the improvements we want to do in a future version is to provide the ability to declare native DB types. Not all databases support the same types equally so we are focusing on the more unified approach vs deep DB support. But only for now, this is already in our plans (we are working on growing the dev team which can help with such improvements).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What steps will reproduce the problem?
Install cycle/orm and cycle/migrations
Now cycle not full support json type for mysql, because it automatically convert json to text
https://github.com/spiral/database/blob/master/src/Driver/MySQL/Schema/MySQLColumn.php#L88
Example of migration
I've used following hack, but it looks terrible
What is the expected result?
I've expected json column
What do you get instead?
I've get a text column
Additional info
The text was updated successfully, but these errors were encountered: