*dbname*
true
false
latin1
*dbprefix*media_albums
album_id
integer
0
true
1
4
album_name
text
true
200
album_artist
integer
0
true
4
album_art
text
true
200
album_index
album_id
ascending
album_name_index
album_name
ascending
album_artist_index
album_artist
ascending
*dbprefix*media_artists
artist_id
integer
0
true
1
4
artist_name
text
true
200
artist_name
true
artist_name
ascending
artist_index
artist_id
ascending
artist_name_index
artist_name
ascending
*dbprefix*media_sessions
session_id
integer
0
true
1
4
token
text
true
64
user_id
text
true
64
start
timestamp
true
*dbprefix*media_songs
song_id
integer
0
true
1
4
song_name
text
true
200
song_artist
integer
0
true
4
song_album
integer
0
true
4
song_path
text
true
200
song_user
text
0
true
64
song_length
integer
true
4
song_track
integer
true
4
song_size
integer
true
4
song_playcount
integer
true
4
song_lastplayed
integer
true
4
song_index
song_id
ascending
song_album_index
song_album
ascending
song_artist_index
song_artist
ascending
song_name_index
song_name
ascending
*dbprefix*media_users
user_id
text
0
true
1
64
user_password_sha256
text
true
64