1
0

add topic column

This commit is contained in:
tomyvi 2018-10-23 11:57:46 +02:00 committed by GitHub
parent ec070a93b6
commit 365688c56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ CREATE TABLE `locations` (
`velocity` int(11) DEFAULT NULL,
`pressure` decimal(9,6) DEFAULT NULL,
`connection` varchar(1) DEFAULT NULL,
`topic` varchar(255) DEFAULT NULL,
`place_id` int(11) DEFAULT NULL,
`osm_id` int(11) DEFAULT NULL,
`display_name` text