Bladeren bron

refactor: 移除迁移中对 think\migration\db\Column 的依赖

runphp 1 maand geleden
bovenliggende
commit
0fe489d258
2 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 1
      database/migrations/20250702075858_hello.php
  2. 0 1
      database/migrations/20250702093625_hello2.php

+ 0 - 1
database/migrations/20250702075858_hello.php

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

+ 0 - 1
database/migrations/20250702093625_hello2.php

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