
您也可以尝试如下 *** 作:
module.exports = { // migrate: 'alter', // adds and/or removes columns on changes to the schema // migrate: 'drop', // drops all your tables and then re-creates them. All data is deleted. // migrate: 'safe', doesn't do anything on sails lift- for use in production. attributes: { }};欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)