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

Commit 4b3f574c by Sascha Depold

describe method on daoFactory

1 parent ab64bd6b
Showing with 4 additions and 0 deletions
...@@ -528,6 +528,10 @@ module.exports = (function() { ...@@ -528,6 +528,10 @@ module.exports = (function() {
return this.QueryInterface.bulkUpdate(this.tableName, attrValueHash, where) return this.QueryInterface.bulkUpdate(this.tableName, attrValueHash, where)
} }
DAOFactory.prototype.describe = function() {
return this.QueryInterface.describeTable(this.tableName)
}
// private // private
var query = function() { var query = function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!