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
|
||||
check (value > -1 and value < 1);
|
||||
|
||||
comment on domain country_code is
|
||||
'A tax rate in the range (-1, 1)';
|
||||
comment on domain tax_rate is
|
||||
'A rate for taxes in the range (-1, 1)';
|
||||
|
||||
commit;
|
||||
|
|
Loading…
Reference in New Issue