Hi all,
I am trying to map an odata service with a .xsodata file to certain tables in a database. However, when I try to activate the .xsodata file, I am thrown the following error:
In the "ROOF" table schema, the "LAST_UPDATE" column has a default value of "CURRENT_UTCTIMESTAMP" which the odata service does not recognize. I have tried other default values for the datetime such as "CURRENT_TIMESTAMP" and "CURRENT_DATE" without success. Is there a way to map the odata service to accept this date default value?
Many Thanks,
Javier