-- Add down migration script here begin; drop table if exists sessions; drop table if exists table_players; drop table if exists table_moves; drop table if exists table_boards; drop table if exists object_journal; drop table if exists bridge_table; drop table if exists players; drop type if exists player_position; drop type if exists suit; drop domain if exists rank; commit;