string('username')->default('')->comment('tg USERNAME'); $table->string('first_name')->default('')->comment('昵称'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };