mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
added playlist name in storage
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
}
|
||||
userPlaylists.init({
|
||||
playlistID: DataTypes.STRING,
|
||||
playlistName: DataTypes.STRING,
|
||||
userID: DataTypes.STRING
|
||||
}, {
|
||||
sequelize,
|
||||
|
||||
Reference in New Issue
Block a user