📄 postgresql-drop-tables.sql
字号:
-- Tried to do test for existence before dropping with the following script,
-- but it didn't work: http://www.thescripts.com/forum/thread173559.html
DROP TABLE user_role;
DROP TABLE app_user;
DROP TABLE "role";
DROP SEQUENCE user_role_id;
DROP SEQUENCE app_user_seq;
DROP SEQUENCE role_seq;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -