ysql> SET foreign_key_checks = 0;
mysql> drop table photologue_gallery;
mysql> drop table photologue_photo;
mysql> SET foreign_key_checks = 1;
Related Articles
-
2020/07/12
-
2019/10/09
-
2019/07/11
-
2019/07/08
-
2019/03/11