Closed hamdallah90 closed 2 years ago
Hi @hamdallah90 , which DB are you using? mysql or postgres?
@dnahrebecki postgres
There is also another table
> Oro\Bundle\EntitySerializedFieldsBundle\Migration\SerializedDataMigration ERROR: An exception occurred while executing 'ALTER TABLE b2b_code_cms_field_response ALTER serialized_data TYPE JSONB': SQLSTATE[42804]: Datatype mismatch: 7 ERROR: column "serialized_data" cannot be cast automatically to type jsonb HINT: You might need to specify "USING serialized_data::jsonb".
i will try to install the oro again. thank you
Worked thanks
Hello,
There is an error when trying to add this package to ORO 5 this is the error message when running platform update
ERROR: An exception occurred while executing 'ALTER TABLE b2b_code_cms_form_response ALTER serialized_data TYPE JSONB': SQLSTATE[42804]: Datatype mismatch: 7 ERROR: column "serialized_data" cannot be cast automatically to type jsonb HINT: You might need to specify "USING serialized_data::jsonb".