Commit Graph

8 Commits

Author SHA1 Message Date
Roardom
787897a848 update: add extra import to migration stub
For convenience.
2026-01-07 07:38:03 +00:00
Roardom
a52d8d3db7 fix: migration create stub return type 2024-06-05 13:21:07 +00:00
HDVinnie
3b7b322a3a update: stubs 2024-03-20 14:56:51 -04:00
HDVinnie
93b17f0419 chore: license 2024-03-19 17:56:44 -04:00
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