Name: | domain1 |
OID: | 16449 |
Owner: | postgres |
Base type: | bigint |
Default: | 1 |
Check: | |
Not Null: | |
Comment: | test domain |
CREATE DOMAIN domain1 AS bigint NOT NULL DEFAULT 1;
ALTER DOMAIN public.domain1 OWNER TO postgres;
See Also
List of domains