summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbsetup.sql3
1 files changed, 2 insertions, 1 deletions
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
);