Cookiebot / Pixel / Kategorien erweitern
This commit is contained in:
parent
36872100c6
commit
7d1ee844eb
28 changed files with 464 additions and 246 deletions
|
|
@ -16,6 +16,7 @@ class CreateProductCategoriesTable extends Migration
|
|||
Schema::create('product_categories', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
|
||||
$table->unsignedTinyInteger('pos')->nullable()->default(0);
|
||||
$table->unsignedInteger('product_id')->index();
|
||||
$table->unsignedInteger('category_id')->index();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue