Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. drop table "address" cascade constraints;
  2. drop table "comment" cascade constraints;
  3. drop table "file" cascade constraints;
  4. drop table "file_ext" cascade constraints;
  5. drop table "group" cascade constraints;
  6. drop table "message" cascade constraints;
  7. drop table "post" cascade constraints;
  8. drop table "post_like" cascade constraints;
  9. drop table "role" cascade constraints;
  10. drop table "subject" cascade constraints;
  11. drop table "user" cascade constraints;
  12. drop table "user_comment" cascade constraints;
  13. drop table "user_group" cascade constraints;
  14. drop table "user_subject" cascade constraints;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement