From c5d17b84bf54ece938c6aa712cff6c9c9ab17da0 Mon Sep 17 00:00:00 2001 From: Daniel Langesten Date: Mon, 9 Mar 2015 15:37:59 +0100 Subject: updated raw table --- dbsetup.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbsetup.sql b/dbsetup.sql index ad8bfb2..310db1c 100644 --- a/dbsetup.sql +++ b/dbsetup.sql @@ -24,5 +24,6 @@ CREATE TABLE raw_data ( ip_dst CHAR(15), time DATETIME, port INT, - packet_size INT + packet_size INT, + process_time DATETIME ); -- cgit v1.1