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