dreamfactory icon indicating copy to clipboard operation
dreamfactory copied to clipboard

Error while updating field details in schema endpoint.

Open vijayst opened this issue 9 years ago • 1 comments

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.

vijayst avatar Feb 15 '17 14:02 vijayst

Vijay, was this ever resolved for you? If not can you provide more detail? What specific schema operation and what type of database?

drewpearce avatar Feb 07 '18 18:02 drewpearce