Migration Functionality #13

Closed
opened 2019-03-22 22:29:10 -04:00 by kdeng00 · 1 comment
kdeng00 commented 2019-03-22 22:29:10 -04:00 (Migrated from github.com)

Implement functionality to migrate data models. Ideally the Entity Framework will be used but is not limited to that framework.

Implement functionality to migrate data models. Ideally the Entity Framework will be used but is not limited to that framework.
kdeng00 commented 2019-04-10 19:50:22 -04:00 (Migrated from github.com)

Songs

The Songs MySQL table will contain the following schema:

Column Name Datatype
Id* Int
Title Varchar(300)
Album Varchar(300)
Artist Varchar(300)
Year Int
Genre Varchar(300)
Duration Int
Filename Varchar(300)
SongPath Varchar(300)

* Primary Key

## Songs The Songs MySQL table will contain the following schema: | Column Name | Datatype | | ------------- |:-------------:| | Id<sup>*</sup> | Int | | Title | Varchar(300) | | Album | Varchar(300) | | Artist | Varchar(300) | | Year | Int | | Genre | Varchar(300) | | Duration | Int | | Filename | Varchar(300) | | SongPath | Varchar(300) | \* Primary Key
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#13