It is used as a string, and because how sqlite3 works internally the field can actually store a string, so no need for data migration.
This commit is contained in:
Luis Ángel San Martín 2023-05-03 18:58:32 +02:00
parent 686e91af57
commit 830d8d911f

View File

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