Files
php-auth/db/migrations/000001_create_users_table.down.sql
2026-01-01 10:32:17 -05:00

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;