mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-16 21:33:40 +00:00
feat: sql脚本
This commit is contained in:
@@ -37,6 +37,6 @@ CREATE TABLE `chat_session` (
|
|||||||
|
|
||||||
SET FOREIGN_KEY_CHECKS = 1;
|
SET FOREIGN_KEY_CHECKS = 1;
|
||||||
|
|
||||||
ALTER TABLE `ry-vue`.`chat_message`
|
ALTER TABLE `chat_message`
|
||||||
MODIFY COLUMN `session_id` bigint(20) NULL COMMENT '会话id' AFTER `id`;
|
ADD COLUMN `session_id` bigint(20) NULL COMMENT '会话id' AFTER `id`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user