id(); $table->string('name'); $table->boolean('is_religious')->default(false); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('subjects'); } };