joshsoftware / joshsoftware/voice-banking
Database & table setup
Open
- Dominant language
- Dart
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] 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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.