PlaybackSession, Playlist, PlaylistMediaItem, Device data models

This commit is contained in:
advplyr 2023-03-12 17:55:12 -05:00
parent a1a923df94
commit bed3758268
9 changed files with 231 additions and 25 deletions

View file

@ -10,6 +10,7 @@ module.exports = (sequelize) => {
primaryKey: true
},
username: DataTypes.STRING,
email: DataTypes.STRING,
pash: DataTypes.STRING,
type: DataTypes.STRING,
token: DataTypes.STRING,