我有一个具有以下结构的 PostgreSQL 表:
我只需要将TYPE
的prove_identity_id
from更改bigint
为bigserial
。我阅读了文档,但无法理解如何在没有以下错误的情况下合法地实现更改:PostgreSQL said: type "bigserial" does not exist
PostgreSQL 10.1 on x86_64-apple-darwin14.5.0, compiled by Apple LLVM version 7.0.0 (clang-700.1.76), 64-bit