Просмотр файла vendor/robmorgan/phinx/src/Phinx/Db/Action/CreateTable.php

Размер файла: 202B
<?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
{
}