Skip to content

Commit

Permalink
Update MQ6.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdaaaaaaaaa authored Jul 6, 2024
1 parent d049ddc commit 5b9b824
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data.uzay.info/mysql/MQ6.sql
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CREATE TABLE MQ6 (
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 5b9b824

Please sign in to comment.