We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5fc14 commit 2963dd0Copy full SHA for 2963dd0
index.js
@@ -334,7 +334,7 @@ var Base = Class.extend({
334
335
addColumn: function(tableName, columnName, columnSpec, callback) {
336
var columnSpec = this.normalizeColumnSpec(columnSpec);
337
- this._prepareSpec(columnName, columnSpec, columnDefOptions, tableName);
+ this._prepareSpec(columnName, columnSpec, {}, tableName);
338
var def = this.createColumnDef(columnName, columnSpec, {}, tableName);
339
var extensions = '';
340
var self = this;
0 commit comments