diff --git a/community_server/skeema/gradido_community/transaction_send_coins.sql b/community_server/skeema/gradido_community/transaction_send_coins.sql index 49423fdbc..f6ab21de1 100644 --- a/community_server/skeema/gradido_community/transaction_send_coins.sql +++ b/community_server/skeema/gradido_community/transaction_send_coins.sql @@ -1,6 +1,7 @@ CREATE TABLE `transaction_send_coins` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `transaction_id` int(10) unsigned NOT NULL, + `public_key` binary(32) NOT NULL, `sender_public_key` binary(32) NOT NULL, `state_user_id` int(10) unsigned DEFAULT 0, `receiver_public_key` binary(32) NOT NULL,