This commit is contained in:
yunwuxin 2016-12-20 14:35:32 +08:00
parent 32a6a93ebc
commit eceab468ac

View File

@ -1,6 +1,7 @@
<?php <?php
use think\migration\Migrator; use think\migration\Migrator;
use think\migration\db\Column;
class $className extends Migrator class $className extends Migrator
{ {