chore: menambahkan soft deletes untuk table inventory
This commit is contained in:
parent
ec0d01e683
commit
e8187c12c9
@ -19,6 +19,7 @@ public function up(): void
|
||||
$table->integer('quantity');
|
||||
$table->text('description');
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user