fix: Syntax error
This commit is contained in:
parent
a4fd2390c5
commit
4be03a3e98
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ CREATE TABLE
|
|||
command varchar(255) NOT NULL,
|
||||
result varchar(255) NOT NULL,
|
||||
user_id varchar(255) NOT NULL,
|
||||
created_at datetime NOT NULL current_timestamp(),
|
||||
created_at datetime NOT NULL DEFAULT current_timestamp(),
|
||||
primary key(`command`)
|
||||
);
|
Loading…
Reference in a new issue