-
Notifications
You must be signed in to change notification settings - Fork 1
Database & table setup #4
Copy link
Copy link
Open
Description
Ashviniv
opened on Sep 22, 2025
Issue body actions
- Create customers table (id, name, email, phone, created_at, etc.)
- Create accounts table (id, customer_id, account_number, type, balance, created_at)
- Create transactions table (id, account_id, type, amount, date, description, category, etc.)
- Create beneficiaries table (id, customer_id, name, account_number, bank_name, created_at)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels