How to change a table ID from serial to identity?
问题 I have the following table in Postgres 10.10: Table "public.client" Column | Type | Collation | Nullable | Default ---------------------+---------+-----------+----------+------------------------------------------ clientid | integer | | not null | nextval('client_clientid_seq'::regclass) account_name | text | | not null | last_name | text | | | first_name | text | | | address | text | | not null | suburbid | integer | | | cityid | integer | | | post_code | integer | | not null | business_phone