X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FSchema.pm;h=0793af457f202955ecebc861d22f1566eb618d5a;hb=b3db3e68f602f3ca395a6bc272a4de6fef2d0895;hp=e55a8f1b7efd3be35a79e9d17ff72a42ccc4f737;hpb=f6c324e36edfbab5243c8b714ce34f04ad5bca91;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index e55a8f1b7..0793af457 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2134,7 +2134,8 @@ sub tables_hashref { 'refund', @money_type, '', '', 'otaker', 'varchar', 'NULL', 32, '', '', 'usernum', 'int', 'NULL', '', '', '', - 'reason', 'varchar', '', $char_d, '', '', + 'reason', 'varchar', 'NULL', $char_d, '', '', + 'reasonnum', 'int', 'NULL', '', '', '', 'payby', 'char', '', 4, '', '', # CARD/BILL/COMP, should # be index into payby # table eventually