Сначала мы используем Entity Framework 6.2 с БД из БД MySql. Начал использовать там тип json, но не могу сопоставить его с EF. В файле edmx я нашел ошибку, которая звучит так:
<!--Errors Found During Generation:
warning 6005: The data type 'json' is currently not supported for the target Entity Framework version; the column 'customer_3rd_party_aws' in the table 'def.myquestworld_2.customer_3rd_party' was excluded.
warning 6005: The data type 'json' is currently not supported for the target Entity Framework version; the column 'customer_3rd_party_phonegap' in the table 'def.myquestworld_2.customer_3rd_party' was excluded.
warning 6005: The data type 'json' is currently not supported for the target Entity Framework version; the column 'customer_3rd_party_ios' in the table 'def.myquestworld_2.customer_3rd_party' was excluded.
Как я знаю, EF 6 должен поддерживать тип json, а 6.2 это последняя версия на текущий момент. Я ошибся? Как я могу решить проблему?