serial 并不是psql的类型,只是一个宏,. create table tablename ( colname serial );. 等价于. CREATE SEQUENCE tablename_colname_seq; CREATE TABLE tablename ...
確定! 回上一頁