Update schema.sql
This commit is contained in:
parent
c8965bbb58
commit
baf361074d
@ -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;
|
||||
|
Reference in New Issue
Block a user