I created a DOMAIN:
CREATE DOMAIN public.\"POSTAL_CODE\" AS character(5) NOT NULL;
I tried to set the default value:
ALTER
Try this
Alter table ALTER TYPE character varying, ALTER SET DEFAULT '00000' 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题