From b69317df52ef89993108b634140d44fefe960e73 Mon Sep 17 00:00:00 2001 From: Terry <2358269014@qq.com> Date: Mon, 24 Jul 2017 11:13:28 +0800 Subject: [PATCH] =?UTF-8?q?fecshop=20order=20=E8=A1=A8=E5=A4=B4=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysqldb/m170724_031142_fecshop_tables.php | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 migrations/mysqldb/m170724_031142_fecshop_tables.php diff --git a/migrations/mysqldb/m170724_031142_fecshop_tables.php b/migrations/mysqldb/m170724_031142_fecshop_tables.php new file mode 100644 index 00000000..6dd94d35 --- /dev/null +++ b/migrations/mysqldb/m170724_031142_fecshop_tables.php @@ -0,0 +1,47 @@ +execute($sql); + } + } + + public function safeDown() + { + echo "m170724_031142_fecshop_tables cannot be reverted.\n"; + + return false; + } + + /* + // Use up()/down() to run migration code without a transaction. + public function up() + { + + } + + public function down() + { + echo "m170724_031142_fecshop_tables cannot be reverted.\n"; + + return false; + } + */ +} -- GitLab