Skip to content

Instantly share code, notes, and snippets.

@maxbaluev
Created December 8, 2017 12:16
Show Gist options
  • Save maxbaluev/055fc610dac47cf02700d9f4e55b48a7 to your computer and use it in GitHub Desktop.
Save maxbaluev/055fc610dac47cf02700d9f4e55b48a7 to your computer and use it in GitHub Desktop.
CREATE TABLE `transaction`( `to` varchar(255) NOT NULL, `from` varchar(255) DEFAULT NULL, `value` varchar(255) DEFAULT NULL, `block` int(11) DEFAULT NULL,\n `hash` varchar(255) DEFAULT NULL,
PRIMARY KEY (`to`), UNIQUE KEY `idtransaction_UNIQUE` (`to`)) ENGINE=InnoDB DEFAULT CHARSET=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment