I am using Laravel 5.1. I want to get milliseconds precision for created_at that I get from the database.
I have tried the solution given for this question. But there isn't any change. Also I tried raw query. Still I get only up to seconds. Is there any way to get millisecond precision?