Skip to content

Commit

Permalink
fix: sql comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Oct 1, 2024
1 parent ec65671 commit 0c24f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/databaseSchema.sql
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))

0 comments on commit 0c24f3f

Please sign in to comment.