···1818 primary key (did, hash)
1919);
20202121-create index if not exists operations_created on operations (created_at);2121+create index if not exists operations_created on operations (created_at);
2222+create index if not exists operations_nullified on operations (nullified);