Quellcode durchsuchen

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

dongasai vor 1 Jahr
Ursprung
Commit
670b7575bc
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  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';
+
+}