mirror of
https://github.com/Phundrak/georm.git
synced 2026-07-29 04:19:18 +02:00
5 lines
122 B
SQL
5 lines
122 B
SQL
|
|
DROP TABLE IF EXISTS Followers;
|
||
|
|
DROP TABLE IF EXISTS Comments;
|
||
|
|
DROP TABLE IF EXISTS Profiles;
|
||
|
|
DROP TABLE IF EXISTS Users;
|