Fix comment on domain tax_rate
This commit is contained in:
parent
aad0d33c47
commit
d5fb5a4326
|
@ -8,7 +8,7 @@ set search_path to numerus, public;
|
||||||
create domain tax_rate as numeric
|
create domain tax_rate as numeric
|
||||||
check (value > -1 and value < 1);
|
check (value > -1 and value < 1);
|
||||||
|
|
||||||
comment on domain country_code is
|
comment on domain tax_rate is
|
||||||
'A tax rate in the range (-1, 1)';
|
'A rate for taxes in the range (-1, 1)';
|
||||||
|
|
||||||
commit;
|
commit;
|
||||||
|
|
Loading…
Reference in New Issue