feat: migrate snowflake ids and refresh migrations

This commit is contained in:
2025-12-02 09:04:37 +08:00
parent 462e15abbb
commit 148475fa43
174 changed files with 8020 additions and 34278 deletions

View File

@@ -11,7 +11,7 @@ public sealed class ChatMessage : MultiTenantEntityBase
/// <summary>
/// 会话标识。
/// </summary>
public Guid ChatSessionId { get; set; }
public long ChatSessionId { get; set; }
/// <summary>
/// 发送方类型。
@@ -21,7 +21,7 @@ public sealed class ChatMessage : MultiTenantEntityBase
/// <summary>
/// 发送方用户 ID。
/// </summary>
public Guid? SenderUserId { get; set; }
public long? SenderUserId { get; set; }
/// <summary>
/// 消息内容。