1 Star 3 Fork 0

lihaogn/Lix-Admin-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.js 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* @Author: lihaogn
* @Date: 2021-12-12 00:01:43
* @LastEditTime: 2022-05-27 14:42:50
* @LastEditor: lihaogn
* @Description:
* @FilePath: \lix-admin-server\app.js
*/
module.exports = (app) => {
if (app.config.env === "local" || app.config.env === "unittest") {
app.beforeStart(async () => {
// await app.model.sync({ force: true }); // 会删除原来的数据表
await app.model.sync({ alert: true }); // 不会删除原来的数据表,字段有变化会改变数据表结构
});
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lihaogn/lix-admin-server.git
[email protected]:lihaogn/lix-admin-server.git
lihaogn
lix-admin-server
Lix-Admin-Server
develop

搜索帮助