Add message about wrong type in ageRating field

This commit is contained in:
Luis Ángel San Martín 2021-09-26 18:44:35 +02:00
parent a67fee3ea9
commit 1e81b58e5c

View File

@ -156,7 +156,7 @@ bool DataBaseManagement::createTables(QSqlDatabase &database)
"publisher TEXT,"
"format TEXT,"
"color BOOLEAN,"
"ageRating BOOLEAN,"
"ageRating BOOLEAN," //this is actually a string (TEXT), funny thing is that the current implementation works
"synopsis TEXT,"
"characters TEXT,"