Anonymous
My feedback
7 results found
-
28 votes
Anonymous supported this idea ·
-
33 votes
Anonymous supported this idea ·
-
115 votes
An error occurred while saving the comment -
1 vote
Anonymous shared this idea ·
-
1 vote
Anonymous shared this idea ·
-
10 votes
Anonymous shared this idea ·
-
121 votes
Anonymous supported this idea ·
I think you could have a method like Db.UpdateTableSchema<Entity>() which would compare columns and add/remove/iniialise accordingly. Then it would be quicker modifying tables. I am using DbUp atm and it is annoying having to write a SQL script every time I change an entity model. On non-critical tables that might change I could just call this method in startup and it would keep everything in sync mainly and save time.