mirror of https://github.com/sipwise/db-schema.git
Can be alphanumeric e.g. in UK/Canada.agranig/peering-route
parent
ce4002670e
commit
36fbb2877a
@ -0,0 +1,4 @@
|
|||||||
|
USE billing;
|
||||||
|
|
||||||
|
ALTER TABLE contacts
|
||||||
|
CHANGE COLUMN postcode postcode INT(6) DEFAULT NULL;
|
@ -0,0 +1,4 @@
|
|||||||
|
USE billing;
|
||||||
|
|
||||||
|
ALTER TABLE contacts
|
||||||
|
CHANGE COLUMN postcode postcode VARCHAR(16) DEFAULT NULL;
|
Loading…
Reference in new issue