20111117063700-createPerson.js 127 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 module.exports = { up: function(migrator) { //console.log(migrator.createTable) }, down: function(migrator) { } }