QUERY PLAN
Sort (cost=2.80..2.81 rows=6 width=304)
Sort Key: bank
-> Seq Scan on bank_account (cost=0.00..2.72 rows=6 width=304)
Filter: ((is_deleted = 0) AND (is_depo = 1) AND (is_online = 1) AND (is_default = 1))