Added payment_type.

This commit is contained in:
Jonathan Rosenbaum
2014-12-29 07:53:41 +00:00
parent baf8f61d9e
commit f72f022811
6 changed files with 55 additions and 19 deletions
+1 -1
View File
@@ -145,4 +145,4 @@ INSERT INTO transaction_types
-- description, sold_to, sold_by, quantity, shop_id, paid
ALTER TABLE transaction_log ADD paid tinyint(1) NOT NULL DEFAULT '0';
ALTER TABLE transaction_log ADD payment_type varchar(5) DEFAULT NULL;
ALTER TABLE transaction_log ADD payment_type varchar(6) DEFAULT NULL;