xuweichao010
Results
2
comments of
xuweichao010
CREATE TABLE IF NOT EXISTS "public"."t_device" ( "cid" SERIAL primary key , "mapping_id" varchar(64) COLLATE "pg_catalog"."default", "name" varchar(64) COLLATE "pg_catalog"."default", "source" int4 ) 这个是Postgres数据库中的序列主键 SERIAL 在生成的时候没办法识别 这个SERIAL 的衍生语法有 SERIAL4 SERIAL8
后续会使用server的根路径做为请求路径吗