Sahaquiel
Sahaquiel
Hi, once more issue. MySQL table: ``` | CREATE TABLE `rates_v2` ( `host` varchar(20) NOT NULL, `rate` varchar(20) NOT NULL DEFAULT '', `added` datetime DEFAULT NULL, `new` set('N','Y') DEFAULT 'Y',...
Hi, I have a table in MySQL with: ``` `last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', ``` but when the default value is used in MySQL, pg_chameleon rewrite it as...
Hi, I'd appreciate if you help me to figure out proper steps to set up Blockbook with Erigon. My node is running in full mode (`--prune.mode=full`), there are all my...