pg_dump postgres
COPY public.bill_journals (id, narration, transaction_date, transaction_type, service_id, quantity, amount, total_amount, current_balance, final_amount, status, bill_id, station_id, location_id, is_checked, has_seen, unit_price, item_with_detail_id, service_request_detail_id, inventory_transaction_id, clinician_id, discount_percentage, discount_amount, is_discount_in_percentage, waive_off_amount, waive_off_percentage, ceo_discount, net_amount, tax_profile_id, tax_amount, is_cancelled, corporate_covered_amount, has_prior_approval, surgery_bill_detail_id, free_bed_days, station_unit_id, from_date, to_date, station_name, patient_share_credit_adjusted, has_ip_deposit_adjustment, reference_1, reference_2, reference_3, created_at, created_by, bill_status) TO stdout;
|