Commit Graph

4 Commits

Author SHA1 Message Date
Roardom a35fb5fc00 update: migrate create stub
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.
2024-03-01 11:32:56 +00:00
HDVinnie 03321e4b1b update: migration stubs 2022-11-27 18:01:57 -05:00
Shift d00ada3539 Adopt anonymous migrations 2022-01-19 19:51:56 +00:00
HDVinnie a0d0e1686a remove: down migration
- 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.
2021-07-12 21:35:43 -04:00