X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=d32f72f23b6d396e89ae446fd3aae03cfe1622a9;hp=2cdf41c8bb970351e2001c0ae8dc52c0c22c8074;hb=f32d703bd7bd47236487fb4a05e3d5efd3fb2ec0;hpb=389d926e17989db22affd78a4b0c6820fa152c9e diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 2cdf41c8b..d32f72f23 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1787,11 +1787,11 @@ sub tables_hashref { 'rate_prefix' => { 'columns' => [ - 'prefixnum', 'serial', '', '', '', '', - 'regionnum', 'int', '', '',, '', '', - 'countrycode', 'varchar', '', 3, '', '', - 'npa', 'varchar', 'NULL', 6, '', '', - 'nxx', 'varchar', 'NULL', 3, '', '', + 'prefixnum', 'serial', '', '', '', '', + 'regionnum', 'int', '', '', '', '', + 'countrycode', 'varchar', '', 3, '', '', + 'npa', 'varchar', 'NULL', 10, '', '', #actually the whole prefix + 'nxx', 'varchar', 'NULL', 3, '', '', #actually not used ], 'primary_key' => 'prefixnum', 'unique' => [],