Changing back signature type to char(88) and account_key to char(44)
This commit is contained in:
parent
a47f4254aa
commit
921dce82bd
|
@ -46,7 +46,7 @@ CREATE TABLE banking_stage_results_2.blocks (
|
|||
|
||||
CREATE TABLE banking_stage_results_2.accounts(
|
||||
acc_id bigserial primary key,
|
||||
account_key text,
|
||||
account_key char(44),
|
||||
UNIQUE (account_key)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue