Closed thewebartisan7 closed 4 years ago
@thewebartisan7 you can set timestamps false from laravel_generator config file.
https://labs.infyom.com/laravelgenerator/docs/7.0/generator-options#timestamps
As I understand this is globally for all scaffold. But when I use from JSON without any timestamp, then I expect that $timestamp = false are added automatically. But is not big problem. Thanks
Add
public $timestamps = false;
when there is NOT timestamps