adding new SQL structure, removed a column from transactions

This commit is contained in:
Sebastian Grewe 2013-05-21 14:00:54 +02:00
parent 6429b2b442
commit edef3a5b11

View File

@ -146,7 +146,6 @@ CREATE TABLE IF NOT EXISTS `transactions` (
`type` enum('Credit','Debit_MP','Debit_AP','Fee','Donation') DEFAULT NULL,
`coin_address` varchar(255) DEFAULT NULL,
`amount` double DEFAULT '0',
`fee_amount` float DEFAULT '0',
`block_id` int(255) DEFAULT NULL,
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),