Hello, I have added user module with timestamp using resources in laravel. When i try to add new new user, created_at field is not getting updated automatically.
Below is the code used to create field in laravel using koolreport.
DateTime::create("created_at")
->showOnCreate(0)
->baseFormat("Y-m-d H:i:s")->displayFormat("Y-m-d H:i:s")
->sortable(true),