Remove product property agilityID.

This commit is contained in:
Krzysztof Płaczek
2024-10-13 12:46:56 +02:00
parent 22cc3f699b
commit 77732689d8
2 changed files with 0 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ class Migrate extends Command
$table->increments('id');
$table->string('name');
$table->integer('skuID')->unique();
$table->integer('agilityID');
$table->integer('availableQuantity');
$table->integer('stock');
$table->json('categories');