I like that I can do cot migration make, it's convenient to have.
I'm a sucker for Laravel. There, I am able to do something like php artisan make:model <modelname>.
It might be nice to have cot model make modelname which can create a model file in a models directory. It beats putting models directly in main.rs.
It might also give a more "structured" or opinionated approach, so I'm not sure if this is something which would be well received.
I like that I can do
cot migration make, it's convenient to have.I'm a sucker for Laravel. There, I am able to do something like
php artisan make:model <modelname>.It might be nice to have
cot model make modelnamewhich can create a model file in a models directory. It beats putting models directly in main.rs.It might also give a more "structured" or opinionated approach, so I'm not sure if this is something which would be well received.