to prevent data loss if upgrading older table

This commit is contained in:
Dario Rekowski on RockPI 2021-04-16 14:47:40 +00:00
parent f0bad9c380
commit 186001a4e0

View File

@ -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,