We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5546567 commit dd9093cCopy full SHA for dd9093c
reference_doc/create_table.sql
@@ -1,4 +1,4 @@
1
-CREATE TABLE `cache_codegpt_answer` (
+CREATE TABLE `modelcache_llm_answer` (
2
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT comment '主键',
3
`gmt_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP comment '创建时间',
4
`gmt_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP comment '修改时间',
0 commit comments