Springboot error: NULL not allowed for column “CC_CVV”
I have an application where I am trying to save an object into a database. I know the object contains the data as i can see it in the logs but the application fails because the cc_cvv is being inserted as null
Springboot error: NULL not allowed for column “CC_CVV”
I have an application where I am trying to save an object into a database. I know the object contains the data as i can see it in the logs but the application fails because the cc_cvv is being inserted as null