add default value because value currently not set

This commit is contained in:
Dario via Pythagoras 2020-06-11 15:13:11 +02:00
parent bc5676294f
commit 2efbb41d1e

View File

@ -1,6 +1,6 @@
CREATE TABLE `transactions` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`state_group_id` int(11) NOT NULL,
`state_group_id` int(11) DEFAULT NULL,
`transaction_type_id` int(11) NOT NULL,
`tx_hash` binary(32) NOT NULL,
`memo` varchar(255) COLLATE utf8_bin NOT NULL,