Skip to content

Commit

Permalink
Add _ alias for first argument of alterColumn, column
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Dec 12, 2017
1 parent 26cbe6b commit 946c227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/functions/alterColumn.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const alterColumn = {
},
args: {
column: {
aliases: ['_'],
types: ['string'],
help: 'The name of the column to alter',
},
Expand Down

0 comments on commit 946c227

Please sign in to comment.