Change source code in EntitySchema to avoid error after deleting the field
15:07 Jan 10, 2025
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
1 comments
18:24 Jan 12, 2025
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