I\'m using Entity Framework 6 Code First, and would like to create a Trigger.
How do I do this?
The reason I need the trigger is because a user may either ed
After you add a migration, open the migration file and create your trigger as shown below
Note: you need to run update-database to see the changes in your database.