Commit 3a0c2544 by 文靖昊

使用一个database

parent 6f578bb3
\connect lae_chat
\connect lae
DROP TABLE IF EXISTS "chat";
CREATE TABLE chat (
chat_id varchar(1000) PRIMARY KEY,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment