mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Added database support and initial structure creation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE devices(
|
||||
mac_address TEXT PRIMARY KEY,
|
||||
ip_address TEXT NOT NULL,
|
||||
vendor_name TEXT,
|
||||
last_seen TEXT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user