mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add default
This commit is contained in:
parent
2efbb41d1e
commit
6cc3910da0
@ -2,7 +2,7 @@ CREATE TABLE `transactions` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`state_group_id` int(11) DEFAULT NULL,
|
||||
`transaction_type_id` int(11) NOT NULL,
|
||||
`tx_hash` binary(32) NOT NULL,
|
||||
`tx_hash` binary(32) DEFAULT NULL,
|
||||
`memo` varchar(255) COLLATE utf8_bin NOT NULL,
|
||||
`received` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
||||
PRIMARY KEY (`id`)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user