I'm got some strange behavior after the model was saved. All fields are become the null, except id. After some debugging i'm found out the query.
It's like this: INSERT INTO "user"."user" ("externalid", "apprights", "apprightsrequested", "balance", "created", "accesstoken", "id") VALUES (null, null, null, null, null, null, default)
But why? All properties in the model are filled. Somebody can explain me why it happening and how to fix this?
PS: Sorry for my english...