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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Modify the song model and add the following fields:
* Will serve as the foreign key to the Album Model
** Will serve as the foreign key to the Album Model