Files
ulthon_admin/extend/phinx/Db/Action/CreateTable.php

13 lines
202 B
PHP

<?php
/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
*/
namespace Phinx\Db\Action;
class CreateTable extends Action
{
}