Clemens Bastian
Clemens Bastian
I think `stackoverflow` is an edge case. I'm not sure if this is compliant to this projects purpose since it's a community and not a technology or development tool in...
It's true that linkedin in twitter are already in this project, but if you follow this discussion https://github.com/devicons/devicon/discussions/353 you'll see that "Social media platforms" are on the "not allowed" list....
Hello @StephanKrauss, in the next release (https://github.com/waza-ari/monolog-mysql/pull/47) I'll adopt the request of having a dedicated `datetime `column.
A patch of this error will be available in https://github.com/waza-ari/monolog-mysql/pull/47
Hello @frugan-it, I'll take a look into this and take it into consideration for the next release.
I've refactored the process in https://github.com/waza-ari/monolog-mysql/pull/47/commits/4eb4ad35a16ecf5e16701326fb6a419bedee4552 which should resolve this issue. Feel free to re-open the pull request if you want to point any additional problems.
Hello @ssssteve, since this issue is from 2017 I assume you've found a solution or the question is no longer relevant. I'll close it in terms of housekeeping.
There is already a constructor argument allowing to bypass the table initialization: `$initialize` or in the upcomming v2 `$skipTableInitialization`. See https://github.com/waza-ari/monolog-mysql/blob/master/src/MySQLHandler.php#L61
I've addressed this issue in https://github.com/waza-ari/monolog-mysql/pull/47/commits/4eb4ad35a16ecf5e16701326fb6a419bedee4552. It will be resolved in the upcomming release v2.
Hello @ChrisToxz, your contribution is welcome! I've taken over maintenance for this project and I think using the `datetime` type is more common than the current implementation using a unix...