-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec65671
commit 0c24f3f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
#MYSQL Schema, working fpr mysql 8, last edited 08.04.2021 | ||
-- #MYSQL Schema, working fpr mysql 8, last edited 08.04.2021 | ||
CREATE TABLE IF NOT EXISTS log (id int NOT NULL AUTO_INCREMENT, time int NOT NULL, station_id smallint NOT NULL, barometer float NOT NULL, in_temp float NOT NULL, in_hum float NOT NULL, out_temp float NOT NULL, out_hum float NOT NULL, wind_speed float NOT NULL, max_win_speed float DEFAULT NULL, wind_dir smallint NOT NULL, dayrain float NOT NULL, rainrate float NOT NULL, PRIMARY KEY (id)) |