fix SQL
This commit is contained in:
parent
9936081c7e
commit
0d6a4c8951
2 changed files with 2 additions and 2 deletions
|
@ -894,7 +894,7 @@ return [
|
|||
"fields" => [
|
||||
"k" => ["type" => "varbinary(50)", "not null" => "1", "primary" => "1", "comment" => ""],
|
||||
"v" => ["type" => "mediumtext", "comment" => ""],
|
||||
"updated_at" => ["type" => "int unsigned", "not null" => "0", "comment" => "timestamp of the last update"],
|
||||
"updated_at" => ["type" => "int unsigned", "comment" => "timestamp of the last update"],
|
||||
],
|
||||
"indexes" => [
|
||||
"PRIMARY" => ["k"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue