[-] BO : changed state iso code max length #PSCFV-2220
This commit is contained in:
@@ -1688,7 +1688,7 @@ CREATE TABLE `PREFIX_state` (
|
||||
`id_country` int(11) unsigned NOT NULL,
|
||||
`id_zone` int(11) unsigned NOT NULL,
|
||||
`name` varchar(64) NOT NULL,
|
||||
`iso_code` char(4) NOT NULL,
|
||||
`iso_code` varchar(7) NOT NULL,
|
||||
`tax_behavior` smallint(1) NOT NULL default '0',
|
||||
`active` tinyint(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`id_state`),
|
||||
|
||||
Reference in New Issue
Block a user