exports.up = function(db, callback) {
    db.createTable('user', {
        id: { type: 'int', primaryKey: true },
        name: type.STRING,
        password: type.STRING,