id(); $table->foreignId('einundzwanzig_pleb_id')->constrained()->cascadeOnDelete(); $table->string('name'); $table->text('description')->nullable(); $table->unsignedInteger('category'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('notifications'); } };