Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 24, 2020 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/18d1a7f571ba78c192ec308514e090b9 to your computer and use it in GitHub Desktop.
Save parzibyte/18d1a7f571ba78c192ec308514e090b9 to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS dht_log(
id BIGINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
date varchar(19) NOT NULL,
temperature DECIMAL(5, 2) NOT NULL,
humidity DECIMAL(5, 2) NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment