postgresql-drop-tables.sql

来自「appfuse1.9.4开发的一个简单的人事管理,简单的增删改查,修正了disp」· SQL 代码 · 共 11 行

SQL
11
字号
-- 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 + =
减小字号Ctrl + -
显示快捷键?