Hi. Today one of my trainees added in the model the default value via expression and he added the getdate() function as mentioned in the documentation: https://docs.thinkwisesoftware.com/docs/sf/data_model#default-value
But although it says SQL server is the only one to support it, it create a very strange insert statement at upgrade time, which is not accepted by SQL server.
select
t1."DataCadastro"(getdate()) as "DataCadastro"
from __Processos__ t1
It looks like something was not generated correctly in the SF.