id(); $table->timestamps(); $table->string('name'); $table->string('last_name'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('teachers'); } };