From b0db682fb10e0e630e1d8ce8e36b6bf6d6a7e424 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 18 Feb 2016 17:03:34 -0500 Subject: [PATCH] fix sql typo --- paypal_ipn.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paypal_ipn.sql b/paypal_ipn.sql index 4806c35..c246e93 100644 --- a/paypal_ipn.sql +++ b/paypal_ipn.sql @@ -3,7 +3,7 @@ create table paypal_ipn ( id int unique auto_increment, txn_id varchar(250) not null default "", status varchar(250) not null default "", - ipn_at int(11) not null default 0 + ipn_at int(11) not null default 0, txn_type varchar(100) not null default "", subscr_id varchar(100) not null default "", custom varchar(250) not null default "", -- 1.7.10.4