drop table if exists client_users; drop table if exists client_redirect_uris; drop table if exists client_scopes; drop table if exists user_scopes; drop table if exists scopes; drop table if exists users; drop table if exists clients;