3 lines
85 B
MySQL
3 lines
85 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE matches
|
||
|
DROP column winner;
|