laracasts / Laravel-5-Generators-Extended

This package extends the core file generators that are included with Laravel 5
https://laracasts.com/lessons/faster-workflow-with-generators
MIT License
2.45k stars 347 forks source link

A bit more details about the Schema #166

Closed Benoit1980 closed 4 years ago

Benoit1980 commented 4 years ago

Hello,

Quick question please as I am not sure I understand your doc. When we generate the schema, shall we use the Laravel migration names? https://laravel.com/docs/6.x/migrations ie: dateTime boolean bigInteger

and so on...

Thank you.

tabacitu commented 4 years ago

Exactly!