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

Commit a35edb75 by Sascha Depold

pass the migrator to the migratinos

1 parent 8730dcec
module.exports = {
up: function() {
up: function(migrator) {
console.log(migrator.createTable)
},
down: function() {
down: function(migrator) {
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!