adamfoneil / ModelSync.UI

A diff/merge app for C# model classes to SQL Server. Also merges from database to database
https://aosoftware.net/modelsync/
3 stars 0 forks source link

can't set type-specific defaults #11

Open adamfoneil opened 4 years ago

adamfoneil commented 4 years ago

For example, when adding a required DateCreated column, you can't do it because defaults are assumed to be strings.

image