id(); $table->string('title', 250); $table->text('note'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('notes'); } };