increments('id'); $table->string('app_id'); $table->integer('peak_connection_count'); $table->integer('websocket_message_count'); $table->integer('api_message_count'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('websockets_statistics_entries'); } }