add sql_database and sql files

This commit is contained in:
flykhan 2023-10-24 09:50:08 +08:00
parent 71dd8f0f50
commit dc313936a1
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
create table login_users (userid integer primary key, name varchar(50), password varchar(50));
create table temp_hum_info (thid integer primary key, temperature double, humidity double, th_date_time datetime);
create table record_of_operations (operid integer primary key, oper_user_name varchar(50), operation_detail text, operation_time datetime);

BIN
sql_base/green_house.db Normal file

Binary file not shown.