Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6fa71bb

Browse files
authored
public. added
1 parent d9aca21 commit 6fa71bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎domains/bik.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--https://ru.wikipedia.org/wiki/Банковский_идентификационный_код
22

3-
CREATE DOMAIN bik AS text CHECK(is_bik(VALUE));
3+
CREATE DOMAIN public.bik AS text CHECK(public.is_bik(VALUE));
44

5-
COMMENT ON DOMAIN bik IS 'БИК (Банковский Идентификационный Код)';
5+
COMMENT ON DOMAIN public.bik IS 'БИК (Банковский Идентификационный Код)';

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /