protected $description = 'Generates new migration file';
38
39
/**
40
* Command arguments
41
* @var \string[][]
42
*/
43
protected $args = [
44
['action', 'required', 'The action to perform. [create] for creating table, [alter] for altering table, [rename] for renaming table, [drop] for dropping table'],