4
lnvps_db/migrations/20250311135933_taxes.sql
Normal file
4
lnvps_db/migrations/20250311135933_taxes.sql
Normal file
@ -0,0 +1,4 @@
|
||||
alter table vm_payment
|
||||
add column tax bigint unsigned not null;
|
||||
alter table users
|
||||
add column country_code varchar(3) not null default 'USA';
|
Reference in New Issue
Block a user