mirror of https://github.com/sipwise/db-schema.git
parent
b956910e76
commit
3457699864
@ -0,0 +1,4 @@
|
||||
USE billing;
|
||||
|
||||
alter table contacts
|
||||
change column bank_name bankname varchar(255) default null;
|
||||
Loading…
Reference in new issue