1
0
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:
loviuz 2020-07-25 10:57:57 +02:00 committed by GitHub
parent 2c6761b6ff
commit 99d668d364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
--
CREATE TABLE `logs` (
`id` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`mac` varchar(17) NOT NULL,
`ssid` varchar(255) NOT NULL,
`dbm` tinyint(4) NOT NULL,