局长信箱-后台服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
449 B

CREATE TABLE "mailbox-outer".admin (
id SERIAL NOT NULL,
username VARCHAR(255) NOT NULL,
password VARCHAR(255) NOT NULL,
nickname VARCHAR(255),
create_time TIMESTAMP NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO "mailbox-outer"."admin"("id", "username", "password", "nickname", "create_time") VALUES (1, '15608487213', 'e10adc3949ba59abbe56e057f20f883e', '汪新超', '2024-06-28 15:07:43');