--- Schema for merchants --- is_top_merchant (boolean) user_table_id (bigint) is_approved (boolean) created_at (timestamp without time zone) updated_at (timestamp without time zone) plan_id (bigint) latitude (numeric) longitude (numeric) is_rejected (boolean) documents (jsonb) category_id (integer) is_mon_open (boolean) is_tue_open (boolean) is_wed_open (boolean) is_thu_open (boolean) is_fri_open (boolean) is_sat_open (boolean) is_sun_open (boolean) id (bigint) plan_activated_at (timestamp without time zone) isactive (boolean) merchant_name (character varying) location (character varying) address (text) opening_time (character varying) closing_time (character varying) verification_status (character varying) image_url (text) city (character varying) merchant_profile_pic (text) referral_code (character varying) description (text) contact_person_name (character varying) contact_email (character varying) contact_phone (character varying) website (character varying) place_id (character varying) formatted_address (text) --- Schema for merchant_banners --- id (uuid) merchant_id (integer) sort_order (integer) created_at (timestamp without time zone) updated_at (timestamp without time zone) banner_title (character varying) image_url (text) link_url (text) --- Schema for vouchers --- start_date (date) merchant_id (bigint) category_id (bigint) voucher_template_id (bigint) voucher_count (integer) expiry_date (date) buy_count (integer) rating (numeric) number_of_reviews (integer) bux_required (integer) bux_required_max (integer) share_count (integer) is_trending (boolean) id (bigint) flat_discount_amount (numeric) minimum_purchase_amount (numeric) percent_value (numeric) minimum_redeemable_amount (numeric) maximum_discount_amount (numeric) buy_quantity (integer) get_quantity (integer) current_step (integer) created_at (timestamp without time zone) updated_at (timestamp without time zone) redeemed_count (integer) claimed_count (integer) bux_value (numeric) clicks (integer) redeem_type (character varying) voucher_type (character varying) image_url (text) status (character varying) short_description (text) how_to_use (text) terms (text) voucher_title (text)