2020年9月1日

postgre 创建表-序列

摘要: DROP TABLE public. sys_user; CREATE TABLE public. sys_user ( id integer NOT NULL DEFAULT nextval(sys_user_id_seq'::regclass), create_time timestamp wi 阅读全文

posted @ 2020-09-01 11:59 苹果园dog 阅读(535) 评论(0) 推荐(0) 编辑

导航