From 946c2273b78bcdbef8f093f8007fc5063a20b85b Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Tue, 12 Dec 2017 10:29:33 -0700 Subject: [PATCH] Add _ alias for first argument of alterColumn, column --- common/functions/alterColumn.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/functions/alterColumn.js b/common/functions/alterColumn.js index 343b3471bcd81..8c960f5c2d4b8 100644 --- a/common/functions/alterColumn.js +++ b/common/functions/alterColumn.js @@ -9,6 +9,7 @@ export const alterColumn = { }, args: { column: { + aliases: ['_'], types: ['string'], help: 'The name of the column to alter', },