dreamfactory
dreamfactory copied to clipboard
Error while updating field details in schema endpoint.
I am using PUT method on /_schema/<table>/_field/<field> endpoint. I get an error while updating the field. Not sure what it is:
SQLSTATE[42703]: Undefined column: 7 ERROR: column "test_2" of relation "x_custom_user" does not exist (SQL: ALTER TABLE "public"."x_custom_user" DROP COLUMN test_2)
It is trying to drop the other column in the table for some reason. Not sure why it is trying to drop a column when all I want is an update of an existing column.
Vijay, was this ever resolved for you? If not can you provide more detail? What specific schema operation and what type of database?