Updated known_devices.sql

This commit is contained in:
Zi Xing 2021-12-18 19:42:57 -05:00
parent 3201b13eec
commit 4e89360b9d
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
create table if not exists known_devices
(
ip_address varchar(126) null comment 'The IP address of the host',
ip_version int null comment 'The version of the IP Address',
device_fingerprint varchar(126) null comment 'The fingerprint of the device',
properties blob null comment 'ZiProto encoded blob of properties associated with this device',
last_seen_timestamp int null comment 'The Unix Timestamp for when this device and host was last seen',