From ef545b8732be243892baaa58b0a29f2888c636c2 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Tue, 21 Jan 2020 16:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Estubs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../catcher/command/MigrateCreateCommand.php | 10 ++++++ .../command/MigrateRollbackCommand.php | 10 ++++++ extend/catcher/command/stubs/migrate.stub | 33 +++++++++++++++++++ extend/catcher/command/stubs/seed.stub | 19 +++++++++++ 4 files changed, 72 insertions(+) create mode 100644 extend/catcher/command/MigrateCreateCommand.php create mode 100644 extend/catcher/command/MigrateRollbackCommand.php create mode 100644 extend/catcher/command/stubs/migrate.stub create mode 100644 extend/catcher/command/stubs/seed.stub diff --git a/extend/catcher/command/MigrateCreateCommand.php b/extend/catcher/command/MigrateCreateCommand.php new file mode 100644 index 0000000..e502889 --- /dev/null +++ b/extend/catcher/command/MigrateCreateCommand.php @@ -0,0 +1,10 @@ + + * @copyright By CatchAdmin + * @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt + */ diff --git a/extend/catcher/command/MigrateRollbackCommand.php b/extend/catcher/command/MigrateRollbackCommand.php new file mode 100644 index 0000000..17efe1c --- /dev/null +++ b/extend/catcher/command/MigrateRollbackCommand.php @@ -0,0 +1,10 @@ + + * @copyright By CatchAdmin + * @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt + */ diff --git a/extend/catcher/command/stubs/migrate.stub b/extend/catcher/command/stubs/migrate.stub new file mode 100644 index 0000000..f11d29a --- /dev/null +++ b/extend/catcher/command/stubs/migrate.stub @@ -0,0 +1,33 @@ +