win7user10 / Laraue.EfCoreTriggers

Library to write triggers in C# with EF.Core
MIT License
111 stars 20 forks source link

Missing schema in Drop Trigger for SqlServer #101

Open Magdalena1108 opened 2 months ago

Magdalena1108 commented 2 months ago

If the trigger is used in a schema, then "Drop Trigger" has to be called "Drop Tigger schema.TriggerName" in SqlServer. Therefor the schema is missing in the Down Migration for the SqlServer.

P.S. It would be cool too, if it is possible to call the "After" methods inside a convention, therefor is has to support the IConventionEntityTypeBuilder class ;)