为什么在strapi中启动strapi时会显示错误

Why does the error show when strapi start in strapi

为什么在创建表间关系后停止strapi,并在strapi启动时显示错误

   (node:1264) UnhandledPromiseRejectionWarning: Error: SQLITE_ERROR: table `tmp_posts` already exists
    at Client_SQLite3._query (F:\angular7\Server\BlogApi\node_modules\knex\lib\dialects\sqlite3\index.js:108:12)
    at Client_SQLite3.query (F:\angular7\Server\BlogApi\node_modules\knex\lib\client.js:192:17)
    at Runner.<anonymous> (F:\angular7\Server\BlogApi\node_modules\knex\lib\runner.js:138:36)
From previous event:
    at F:\angular7\Server\BlogApi\node_modules\knex\lib\runner.js:47:21
    at runCallback (timers.js:705:18)
    at tryOnImmediate (timers.js:676:5)
    at processImmediate (timers.js:658:5)
    at process.topLevelDomainCallback (domain.js:121:23)
From previous event:
    at Runner.run (F:\angular7\Server\BlogApi\node_modules\knex\lib\runner.js:33:30)
    at Raw.Target.then (F:\angular7\Server\BlogApi\node_modules\knex\lib\interface.js:23:43)
(node:1264) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1264) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[2019-02-28T06:28:21.235Z] debug ⛔️ Server wasn't able to start properly.
[2019-02-28T06:28:21.247Z] error (hook:bookshelf) takes too long to load
(hook:bookshelf) takes too long to load

有时,我在重命名类型时得到 SQLITE_ERROR: table `xyz` already exists。尝试将其恢复为初始名称或将其删除并从内容管理器中重新创建。