Skip to content

Commit

Permalink
chore: Update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Jul 20, 2024
1 parent 19fd479 commit 79b8122
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/java/carproject-server/init_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ create table sensor_data
(
id int auto_increment
primary key,
user varchar(50) not null,
data text null,
user varchar(50) not null,
data mediumtext null,
create_time datetime default CURRENT_TIMESTAMP not null
);


0 comments on commit 79b8122

Please sign in to comment.