When starting a new Laravel 6 project, I want to import the default migrations that are added by default when creating a Laravel project
Is this possible?
How to do this in a simple way?
I want to add them, since I want to make relations from users to other models.