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