text('device_data')->comment('设备信息')->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('device', function (Blueprint $table) { $table->string('device_data')->comment('设备信息'); }); } };