Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.75 KB

association-m-danny.md

File metadata and controls

53 lines (36 loc) · 1.75 KB

✔️ Acceptance Criteria The banking application data should be managed by a PostgreSQL database in a Rails application.

An account owner should have a name and an address.

There should be at least three owners in the database.

A credit card has a number and an expiration date. Remember! Credit cards CANNOT exist without an account owner. Think about the purpose of each data type and what characters are necessary in each column. (Example: 02/2023 vs 02-02-2023)

Each account owner should have at least one credit card.

At least one account owner should have three credit cards.

🏔 Stretch Goals Add a credit limit to each card.

Find the total credit extended to an owner who has multiple credit cards.