mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update tx_hash data type size
This commit is contained in:
parent
518595d5ba
commit
b6e336205c
@ -2,7 +2,7 @@ CREATE TABLE `transactions` (
|
|||||||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`state_group_id` int(10) unsigned DEFAULT NULL,
|
`state_group_id` int(10) unsigned DEFAULT NULL,
|
||||||
`transaction_type_id` int(10) unsigned NOT NULL,
|
`transaction_type_id` int(10) unsigned NOT NULL,
|
||||||
`tx_hash` binary(32) DEFAULT NULL,
|
`tx_hash` binary(48) DEFAULT NULL,
|
||||||
`memo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
|
`memo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||||
`received` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
`received` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user