planetwars.dev/planetwars-server/migrations/2022-05-29-085905_add_winner_to_matches/up.sql

3 lines
68 B
MySQL
Raw Normal View History

2022-05-29 09:41:52 +00:00
-- Your SQL goes here
ALTER TABLE matches
ADD COLUMN winner integer;