Im having trouble with the DDL-generation from EDMX using the "Entity Designer Database Generation Power Pack" add-on. It generates datetime-columns instead on datetime2 even though ProviderManifestToken is set to 2008. Can it be fixed? I don't want to do this manually all the time because Im using the model-first-approach...
feedback
|
|
I finally found how to specify to E4 to output a datetime2 instead of a datetime. You need to update the .tt file that you use to generate your DDL. Complete answer can be found here: | |||
|
feedback
|