gpt4 book ai didi

mongodb - 我的数据库记录被删除(带 sails )

转载 作者:可可西里 更新时间:2023-11-01 09:16:43 25 4
gpt4 key购买 nike

有时我发现我的数据库是空的,但我没有删除任何东西。

我正在将 Sails 与 MongoDB 结合使用,但我不知道为什么会这样。

最佳答案

它真的取决于 ./config/models.js 文件。

module.exports.models = {

/***************************************************************************
* *
* Your app's default connection. i.e. the name of one of your app's *
* connections (see `config/connections.js`) *
* *
***************************************************************************/
//connection: 'localMysqlServer',

/***************************************************************************
* *
* How and whether Sails will attempt to automatically rebuild the *
* tables/collections/etc. in your schema. *
* *
* See http://sailsjs.org/#/documentation/concepts/ORM/model-settings.html *
* *
***************************************************************************/
migrate: 'alter',
schema : true,
autoPK: true,
autoCreatedAt: true,
autoUpdatedAt: true

};

migrate key 非常重要,确保在生产中将其设置为“安全”,然后它不会修改数据库的数据。

关于mongodb - 我的数据库记录被删除(带 sails ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31429926/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com