摘要: -- INIT database CREATE TABLE msg ( msgId char(32) PRIMARY KEY, -- ulid uid bigint not null, con text not null ); create table seum( clientId int, uid 阅读全文
posted @ 2024-04-15 14:49 数学与IT 阅读(16) 评论(0) 推荐(0) 编辑