Laravel this is not only a practical framework, it is also a programming style
In my laravel 5.7 / mysql 5.7 app using eloquent I can clear rows in table using model :
Model::truncate();
But can I to clear primary key id generator, so first row would have value for id=1 ?
Thanks!
Aucun commentaire:
Enregistrer un commentaire