I'd like to save the creation time of a row, so I have created a datetime column and set it's Default Value to be Getdate(). But when I generate the dbml file from SQLMetal and re-create the database from it, the function is missing.
I've added the /functions parameter to the command line when running SQLMetal but this didn't fix the problem.
Alternatively is there any other way to save the row creation time, that can be reverse engineered by SQLMetal?