Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是删除数据库中的所有表(我使用的是 mySQL)。每次我使用 sqlclear 时,它都需要 app_names。如何删除每个应用程序的所有表格?
据我所知,没有删除所有表的管理命令。您可以编写自己的自定义命令来执行此操作。或者您可以使用 MySQL 命令删除并创建您的数据库,然后运行syncdb.
syncdb