test_cleanup.sql
来自「OR Mapping工具」· SQL 代码 · 共 24 行
SQL
24 行
-- to cleanup the constraints drop index title_i;drop index author_i;drop table db_poet;drop table db_publisher;drop table db_author;drop table db_w_team;drop table db_book;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?