You've already forked php-auth
generated from siteworxpro/Php-Template
6 lines
200 B
SQL
6 lines
200 B
SQL
drop table if exists client_users;
|
|
drop table if exists client_scopes;
|
|
drop table if exists scopes;
|
|
drop table if exists client_redirect_uris;
|
|
drop table if exists clients;
|
|
drop table if exists users; |