Album Model #20

Closed
opened 2019-04-14 20:15:09 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-04-14 20:15:09 -04:00 (Migrated from github.com)

Create Album model with the following structure:

Album

Property Name Datatype
Id* Int
Title String
AlbumArtist String
SongCount Int

* Auto increments

Create Album model with the following structure: ## Album | Property Name | Datatype | | ------------- |:-------------:| | Id<sup>*</sup> | Int | | Title | String | | AlbumArtist | String | | SongCount | Int | <sup>*</sup> Auto increments
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#20