保存,执行后。再看,就变成如下:
再手动查看如下:
xxx=# \d users
Table "public.users"
Column | Type | Collation | Nullable | Default
--------+--------+-----------+----------+-----------------------------------
id | bigint | | not null | nextval('users_id_seq'::regclass)
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。