Livewire/DatabaseNotifications functions call getNotificationsQuery, but when updating or deleting a notification the following error is returned:created_at desc' at line 1DELETE FROMnotificationsWHEREnotifications.notifiable_type = 'App\Models\USER'AND notifications.notifiable_id = 1AND notifications.notifiable_id IS NOT NULLAND JSON_EXTRACT_STRING(data, 'format') = 'filament'AND id = 'e78e0963-1f8a-4bee-b6ac-c204151226c9'ORDER BYcreated_at DESCremoveNotification, markNotificationAsRead, markNotificationAsUnread and clearNotifications and markAllNotificationsAsRead functions of Livewire/DatabaseNotifications and I would like to know if this is really valid, as it already would resolve this error for any other database that does not have this support.