$table->foreign('category_id')->references('id')->on('categories')->onUpdate('cascade')->onDelete('cascade');