#
DROP TABLE if exists `agent`, `casino`, `casinoGame`, `game`, `player`;
DROP TABLE if exists `gamePlayer`, `gameTable`;
#Deprecated tables...
DROP TABLE if exists `activeTable`, `activePlayer`;
drop view if exists activeGameTable, activeGamePlayer;
drop function if exists availableSeats;
#