mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-07 08:32:24 +01:00
2 lines
68 B
SQL
2 lines
68 B
SQL
alter table `event` add `user_id` int null references `user`(`id`);
|