bezhanSalleh / filament-exceptions

A Simple & Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel
MIT License
143 stars 22 forks source link

Data too long for column 'message' at row 1 #19

Closed rahmanramsi closed 1 year ago

rahmanramsi commented 1 year ago

Some exception not saved to database because message is too long to save into message column that only has length 255. image

bezhanSalleh commented 1 year ago

Change the data type to MEDIUMTEXT.