MySQL structure
Products
Schema::create(\'products\', function (Blueprint $table) { $table->increments(\'id\'); $table-