明树Git Lab

Commit 6482a79e authored by zfp1's avatar zfp1

upate

parent 092c86a3
......@@ -37,8 +37,8 @@ const Resources = sequelize.define('Resources', {
// 同步模型到数据库(创建表)
Resources.sync({
// force: false,
force: true ,//会删除已存在表并重新创建
force: false,
// force: true ,//会删除已存在表并重新创建
// alter: true
})
.then(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment