win7user10 / Laraue.EfCoreTriggers

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

fix: convert dateTimeOffset to current_timestamp #85

Closed VPrasannaK94 closed 1 year ago

VPrasannaK94 commented 1 year ago

DateTimeoffset is currently coverted to Current_Date and it only stores date not with time, so I changed it to Current_TimeStamp now it will store both Date and Time

Phil91 commented 1 year ago

@win7user10 I'd love to have that fix as well, would be very nice if we could merge that