Remove product property agilityID.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user