Customisation

Extend the Database Schema

Add new fields to your database to collect richer donor insights

Add new fields to your database to collect richer donor insights

Written By: Winnie Mulli

Last Updated on June 23, 2025

6. 🎨 Customisation

6.1 Extend the Database Schema

Want to capture phone numbers, province, cause, or even birthday?

Just extend your Supabase donations table:

alter table donations add column

Make sure your frontend sends the data too.