You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE users (uid INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, username TEXT NOT NULL UNIQUE, password TEXT NOT NULL UNIQUE);
INSERT INTO "users" VALUES(0,'test','a94a8fe5ccb19ba61c4c0873d391e987982fbbd3');
CREATE TABLE data (pid INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, time INTEGER NOT NULL, dir TEXT NOT NULL, source INTEGER NOT NULL, sport INTEGER NOT NULL, dest INTEGER NOT NULL, dport INTEGER NOT NULL, data TEXT NOT NULL);