diff --git a/crates/bin/pindexer/src/dex_ex/schema.sql b/crates/bin/pindexer/src/dex_ex/schema.sql index 107af4d08a..94cf7559bd 100644 --- a/crates/bin/pindexer/src/dex_ex/schema.sql +++ b/crates/bin/pindexer/src/dex_ex/schema.sql @@ -222,7 +222,7 @@ CREATE TYPE batch_swap_summary AS ( -- The number of swaps in the batch swap. num_swaps INTEGER, -- The price with `asset_end` as the quote asset. - price_float DOUBLE PRECISION NOT NULL + price_float DOUBLE PRECISION ); -- A summary of block data with a bias for DEX data.