Skip to content

Commit

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

0 comments on commit d3a8bf1

Please sign in to comment.