Created
November 28, 2015 00:07
-
-
Save oscaroceguera/a2a4630b7decbe912c77 to your computer and use it in GitHub Desktop.
User model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Bookshelf = require('../commons/bookshelf'); | |
var User = Bookshelf.Model.extend({ | |
tableName: 'users', | |
hasTimestamps: true | |
}); | |
module.exports = User; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment