Change source code in EntitySchema to avoid error after deleting the field

Hi there! I am expiriencing an error after adding previously deleted filed from the form page. Is it possible to comment it in source code?

Like 0

Like

1 comments

Hello,

This error may appear when the column does not exist in the object. To resolve it, we recommend to either remove the attribute from the source code that references the column specified in the error (you can just comment them out) or add the required column to the object.

Show all comments