Explorar o código

SQL for sign marking implemention

Devn00b hai 6 meses
pai
achega
20795c5a6b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      DB/updates/signs_implemented_11_2023.sql

+ 1 - 0
DB/updates/signs_implemented_11_2023.sql

@@ -0,0 +1 @@
+ALTER TABLE `spawn_signs` ADD COLUMN `char_id` INT UNSIGNED NULL DEFAULT '0' AFTER `language`, ADD COLUMN `char_name` VARCHAR(50) NULL DEFAULT NULL AFTER `char_id`;