id(); $table->string('domain')->unique()->index(); $table->text('note')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('default_domain_blocks'); } };