string('register_ip')->default('')->comment('注册IP'); $table->tinyInteger('status')->default(0)->comment('状态,0正常,1异常'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };