diff options
Diffstat (limited to 'database/migrations/2025_01_04_021047_inventory.php')
| -rw-r--r-- | database/migrations/2025_01_04_021047_inventory.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/database/migrations/2025_01_04_021047_inventory.php b/database/migrations/2025_01_04_021047_inventory.php new file mode 100644 index 0000000..88fa2f3 --- /dev/null +++ b/database/migrations/2025_01_04_021047_inventory.php @@ -0,0 +1,24 @@ +<?php + +use Illuminate\Database\Migrations\Migration; +use Illuminate\Database\Schema\Blueprint; +use Illuminate\Support\Facades\Schema; + +return new class extends Migration +{ + /** + * Run the migrations. + */ + public function up(): void + { + // + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + // + } +}; |
