Skip to content

Commit

Permalink
🚑️ Now field keyword at adapterMySQL/history can be NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
Trystan4861 committed Aug 29, 2023
1 parent c358d58 commit f0e28a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/src/mysql/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MyslAdapter {
const sql = `CREATE TABLE ${tableName}
(id INT AUTO_INCREMENT PRIMARY KEY,
ref varchar(255) NOT NULL,
keyword varchar(255) NOT NULL,
keyword varchar(255) NULL,
answer longtext NOT NULL,
refSerialize varchar(255) NOT NULL,
phone varchar(255) NOT NULL,
Expand Down

0 comments on commit f0e28a5

Please sign in to comment.