seanmisra / a4

Dog Data: 4th project for CSCI E-15 at Harvard Extension - Spring '17 semester 🐕
http://a4.mizranca.com
0 stars 0 forks source link

fun_facts table #25

Closed seanmisra closed 7 years ago

seanmisra commented 7 years ago

One-to-many relationship:

Thus, the breed table will need a foreign key for the fun_facts table. The fun_facts table will need the following fields: id, content, source (nullable), created_at, edited_at

seanmisra commented 7 years ago

Done, implemented