3 lines
112 B
SQL
3 lines
112 B
SQL
-- Migration: Add guests column (JSON text) to registration table
|
|
ALTER TABLE `registration` ADD `guests` text;
|