TaoLer/vendor/topthink/think-migration/phinx/Db/Action/DropTable.php
2024-04-01 10:04:16 +08:00

13 lines
200 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 DropTable extends Action
{
}