浏览代码

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

dongasai 1 年之前
父节点
当前提交
670b7575bc
共有 1 个文件被更改,包括 12 次插入0 次删除
  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';
+
+}