Modify Song Model #29

Closed
opened 2019-04-17 07:34:24 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-04-17 07:34:24 -04:00 (Migrated from github.com)

Modify the song model and add the following fields:

Property Name Datatype
AlbumId* Int
ArtistId** Int

* Will serve as the foreign key to the Album Model
** Will serve as the foreign key to the Album Model

Modify the song model and add the following fields: | Property Name | Datatype | | ------------- |:-------------:| | AlbumId<sup>*</sup> | Int | | ArtistId<sup>**</sup> | Int | <sup>*</sup> Will serve as the foreign key to the Album Model <sup>**</sup> Will serve as the foreign key to the Album Model
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#29