Files
Paradise/SQL/updates/66-67.sql
BiancaWilkson d5ec3cdb72 SQL changes for quirks (#28956)
* Put it over here

* wrong

* over here as well

* Fixes it actually this time
2025-05-04 12:22:48 +00:00

5 lines
224 B
SQL

#Updates the DB from 66 to 67
#Adds a column to the characters table that stores quirks in a JSON format
ALTER TABLE `characters`
ADD column `quirks` LONGTEXT COLLATE 'utf8mb4_unicode_ci' DEFAULT NULL AFTER `pda_ringtone`;