gotelem/migrations/3_weather_up.sql

6 lines
134 B
MySQL
Raw Normal View History

CREATE TABLE "weather_station_logs" (
"ts" INTEGER NOT NULL,
"wind_speed" REAL,
"ground speed" REAL,
"heading" REAL
);