-- Add down migration script here begin; drop table if exists sessions; drop table if exists table_players; drop table if exists object_journal; drop table if exists active_tables; drop table if exists players; drop type if exists player_position; commit;