initial db
This commit is contained in:
@@ -2,6 +2,9 @@ create domain dmn_code as text not null;
|
||||
create domain dmn_money as numeric(22, 4);
|
||||
create domain dmn_qty numeric(18, 6);
|
||||
create domain dmn_rate as numeric(5, 2);
|
||||
create domain dmn_clid bigint not null check ( value > 0 );
|
||||
create domain dmn_usrid bigint not null check ( value > 0 );
|
||||
|
||||
|
||||
create function iif(condition boolean, true_result anyelement, false_result anyelement) returns anyelement
|
||||
immutable
|
||||
|
||||
Reference in New Issue
Block a user