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