Create Song Model #55

Closed
opened 2019-05-24 15:12:06 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-05-24 15:12:06 -04:00 (Migrated from github.com)

Song

Property Name Datatype
Id* Int
Title String
Album String
Artist String
Year Int
Genre String
Duration Int
Filename String
SongPath String
## Song | Property Name | Datatype | | ------------- |:-------------:| | Id<sup>*</sup> | Int | | Title | String | | Album | String | | Artist | String | | Year | Int | | Genre | String | | Duration | Int| | Filename | String | | SongPath | String |
Sign in to join this conversation.