-- Add stripe_fee column to store the Stripe processing fee on paid invoices alter table public.invoices add column if not exists stripe_fee numeric(10,2);