table('{%tableName%}', [ 'engine' => '{%engine%}', 'comment' => '{%tableComment%}', 'collation' => '{%collation%}' ]); //删除表 if ($table->exists()) { $table->drop(); } $table {%fields%} ; $table->create(); } }