mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-02-17 12:00:38 +01:00
Fix creazione tabella logs
This commit is contained in:
parent
2c6761b6ff
commit
99d668d364
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user