不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
20111130161100-emptyMigration.js 132 Bytes
module.exports = {
  up: function(migration, DataTypes, done) { done() },
  down: function(migration, DataTypes, done) { done() }
}