X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=ab4752f4b4b4e66f6fc693db4bd2179ba2da1759;hp=eebcfecd2ff72f945fde603889a8360331c8772c;hb=c40ec6975d9d8275454eb9a1b076a4078d87c8df;hpb=171b9af511fb12d03760e6643542b68ae4babb41 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index eebcfecd2..ab4752f4b 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2593,6 +2593,9 @@ sub tables_hashref { 'countrycode', 'varchar', '', 3, '', '', 'npa', 'varchar', 'NULL', 10, '', '', #actually the whole prefix 'nxx', 'varchar', 'NULL', 3, '', '', #actually not used + 'latanum', 'int', 'NULL', '', '', '', + 'state', 'char', 'NULL', 2, '', '', + 'ocn', 'char', 'NULL', 4, '', '', ], 'primary_key' => 'prefixnum', 'unique' => [],