- 2025年06月28日
- 星期六
我有一张桌子是: CREATE SEQUENCE id_seq;CREATE TABLE public.UserInfo( id bigint NOT NULL DEFAULT nextval(id_seq), phone text, password text, name text, surname text, middle_name text, emai
我有一张桌子是: CREATE SEQUENCE id_seq;CREATE TABLE public.UserInfo( id bigint NOT NULL DEFAULT nextval(id_seq), phone text, password text, name text, surname text, middle_name text, emai