|
@@ -30,7 +30,9 @@ CREATE TABLE IF NOT EXISTS avls_data (
|
|
|
latitude DOUBLE,
|
|
latitude DOUBLE,
|
|
|
longitude DOUBLE,
|
|
longitude DOUBLE,
|
|
|
heading DOUBLE,
|
|
heading DOUBLE,
|
|
|
- velocity DOUBLE
|
|
|
|
|
|
|
+ velocity DOUBLE,
|
|
|
|
|
+
|
|
|
|
|
+ INDEX chirp_idx (chirp_time)
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
|
|
|
-- Bus Pass Table holds all bus pass holders
|
|
-- Bus Pass Table holds all bus pass holders
|