boolean('is_black')->default(0)->comment('是否黑名单'); // 来源 $table->string('from')->nullable()->comment('来源'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('users', function (Blueprint $table) { // }); } };