5 lines
398 B
SQL
5 lines
398 B
SQL
DROP TABLE `character_modifiers`;--> statement-breakpoint
|
|
DROP TABLE `character_spell`;--> statement-breakpoint
|
|
ALTER TABLE `character` ADD `variables` text DEFAULT '{"health": 0,"mana": 0,"spells": [],"equipment": [],"exhaustion": 0,"sickness": []}' NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE `character` DROP COLUMN `health`;--> statement-breakpoint
|
|
ALTER TABLE `character` DROP COLUMN `mana`; |