QUERY PLAN
Seq Scan on bank_account (cost=0.00..2.72 rows=1 width=304)
Filter: (((bank)::text = 'BRI'::text) AND (is_default = 1) AND (is_depo = 1) AND (is_deleted = 0))