From 6899c796bd9cd5dc3ad5a7ee0ba703dd25dfd4c6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 2 Feb 2017 11:00:51 -0800 Subject: [PATCH] cust_main.paycardtype in v4 --- FS/FS/Schema.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 36bd56beb..7b42c0bb0 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1623,6 +1623,7 @@ sub tables_hashref { 'paystate', 'varchar', 'NULL', $char_d, '', '', 'paytype', 'varchar', 'NULL', $char_d, '', '', 'payip', 'varchar', 'NULL', 15, '', '', + 'paycardtype', 'varchar', 'NULL', $char_d, '', '', 'geocode', 'varchar', 'NULL', 20, '', '', 'censustract', 'varchar', 'NULL', 20, '', '', # 7 to save space? @@ -1671,6 +1672,7 @@ sub tables_hashref { [ 'archived' ], [ 'ship_locationnum' ], [ 'bill_locationnum' ], + [ 'paycardtype' ], ], 'foreign_keys' => [ { columns => [ 'agentnum' ], -- 2.11.0