<?php namespace DysUtil\Phinx\Db\Adapter; class MysqlAdapter { /** * 表引擎 InnoDB */ const TableEngineInnoDB= 'InnoDB'; }