-- This file should undo anything in `up.sql` alter table owned_game drop constraint FK_owned_games_location_id; alter table owned_game drop column location_id;