string('remark',200)->nullable()->comment('用户备注'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('user', function (Blueprint $table) { // }); } }