mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-06-05 21:59:30 +02:00
Merge branch 'master' of https://github.com/loviuz/wifi-probe-aggregator
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
CREATE TABLE `logs` (
|
CREATE TABLE `logs` (
|
||||||
`id` int(11) NOT NULL,
|
`id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||||
`mac` varchar(17) NOT NULL,
|
`mac` varchar(17) NOT NULL,
|
||||||
`ssid` varchar(255) NOT NULL,
|
`ssid` varchar(255) NOT NULL,
|
||||||
`dbm` tinyint(4) NOT NULL,
|
`dbm` tinyint(4) NOT NULL,
|
||||||
|
Reference in New Issue
Block a user