IzyPro / WatchDog

WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime.
MIT License
765 stars 115 forks source link

Update ExternalDbContext.cs #133

Open lhtuling opened 1 year ago

lhtuling commented 1 year ago

Modify the Mysql database field type, which is compatible with different versions. VARCHAR (65535) is no longer applicable in higher versions of MySQL!

IzyPro commented 1 year ago

Hi @lhtuling Could you provide a reference to documentation or an article that confirms that VARCHAR(65535) is no longer supported in higher versions?

zhangfc7 commented 7 months ago

I'm also getting this error with MySQL