#variables saved NULL

1 messages · Page 1 of 1 (latest)

woeful abyss
#

@molten compass My variable declaration is like this:
@Column(name = "ContactDetails")
private String contact;
The request i send from Postman is:
{ "contact":"9645852165"}
And contact is saved as NULL in my database. Now can you find the source of error & rectify it