Bladeren bron

add src/Phinx/Db/Adapter/MysqlAdapter.php

dongasai 1 jaar geleden
bovenliggende
commit
670b7575bc
1 gewijzigde bestanden met toevoegingen van 12 en 0 verwijderingen
  1. 12 0
      src/Phinx/Db/Adapter/MysqlAdapter.php

+ 12 - 0
src/Phinx/Db/Adapter/MysqlAdapter.php

@@ -0,0 +1,12 @@
+<?php
+
+namespace DysUtil\Phinx\Db\Adapter;
+
+class MysqlAdapter
+{
+    /**
+     * 表引擎 InnoDB
+     */
+    const TableEngineInnoDB= 'InnoDB';
+
+}