string('salary')->nullable()->comment('课酬'); // 导师 $table->string('tutor')->nullable()->comment('导师'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('teachers', function (Blueprint $table) { // }); } };