Skip to content

Commit dd9093c

Browse files
authored
Update create_table.sql
table name update to "modelcache_llm_answer"
1 parent 5546567 commit dd9093c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference_doc/create_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE TABLE `cache_codegpt_answer` (
1+
CREATE TABLE `modelcache_llm_answer` (
22
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT comment '主键',
33
`gmt_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP comment '创建时间',
44
`gmt_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP comment '修改时间',

0 commit comments

Comments
 (0)