From bb2317b5d9e1f6becc074d4c1a639c8f3d67bf31 Mon Sep 17 00:00:00 2001 From: Joe Mancuso Date: Wed, 20 Nov 2024 19:37:52 -0500 Subject: [PATCH] test --- src/masoniteorm/commands/MakeMigrationCommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/masoniteorm/commands/MakeMigrationCommand.py b/src/masoniteorm/commands/MakeMigrationCommand.py index f62aea426..bcebaf2dd 100644 --- a/src/masoniteorm/commands/MakeMigrationCommand.py +++ b/src/masoniteorm/commands/MakeMigrationCommand.py @@ -12,7 +12,7 @@ class MakeMigrationCommand(Command): Creates a new migration file. migration - {name : The name of the migration} + {name : The name of the migration} {--c|create=None : The table to create} {--t|table=None : The table to alter} {--d|directory=databases/migrations : The location of the migration directory}