mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add default value because value currently not set
This commit is contained in:
parent
bc5676294f
commit
2efbb41d1e
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user