mirror of
https://github.com/Phundrak/georm.git
synced 2025-06-25 09:24:57 +00:00
5 lines
122 B
MySQL
5 lines
122 B
MySQL
|
DROP TABLE IF EXISTS Followers;
|
||
|
DROP TABLE IF EXISTS Comments;
|
||
|
DROP TABLE IF EXISTS Profiles;
|
||
|
DROP TABLE IF EXISTS Users;
|