In most cases, using 64-bit integers is completely unnecessary and 32-bit will do just fine. The only tables likely to exceed an id of 4 billion are history and peers.
- streamline database migrations by removing the down method for UNIT3D as we never rollback migrations.
- generated the migrations stubs used by artisan make:migration so newly made migrations will not contain the down method as well.