1
0

Update schema.sql

This commit is contained in:
tomyvi 2018-03-15 16:23:58 +01:00 committed by GitHub
parent c8965bbb58
commit baf361074d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,8 @@ CREATE TABLE `locations` (
`vertical_accuracy` int(11) DEFAULT NULL,
`velocity` int(11) DEFAULT NULL,
`pressure` decimal(9,6) DEFAULT NULL,
`connection` varchar(1) DEFAULT NULL
`connection` varchar(1) DEFAULT NULL,
`place_id` int(11) DEFAULT NULL,
`osm_id` int(11) DEFAULT NULL,
`display_name` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT;