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

Commit 2b553fe5 by sdepold

skeleton for renameTableQuery

1 parent ed5e2e9e
Showing with 10 additions and 0 deletions
...@@ -69,6 +69,16 @@ module.exports = (function() { ...@@ -69,6 +69,16 @@ module.exports = (function() {
}, },
/* /*
Returns a rename table query.
Parameters:
- originalTableName: Name of the table before execution.
- futureTableName: Name of the table after execution.
*/
renameTableQuery: function(originalTableName, futureTableName) {
throw new Error('Define the method renameQuery!')
},
/*
Takes something and transforms it into values of a where condition. Takes something and transforms it into values of a where condition.
*/ */
getWhereConditions: function(smth) { getWhereConditions: function(smth) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!