Skip to content

Commit

Permalink
Update MQ5.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdaaaaaaaaa committed Jul 6, 2024
1 parent d3a8bf1 commit d049ddc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data.uzay.info/mysql/MQ5.sql
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CREATE TABLE MQ5 (
id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
H2 VARCHAR(10),
LPG VARCHAR(10),
CH4 VARCHAR(10),
CO VARCHAR(10),
Alcohol VARCHAR(10),
Air VARCHAR(10),
H2 VARCHAR(5),
LPG VARCHAR(5),
CH4 VARCHAR(5),
CO VARCHAR(5),
Alcohol VARCHAR(5),
Air VARCHAR(5),
usvhr VARCHAR(7),
Avg1 VARCHAR(7),
sdCPM VARCHAR(7),
Expand Down

0 comments on commit d049ddc

Please sign in to comment.